Cancellation fixes

This commit is contained in:
NIIBE Yutaka
2015-09-09 17:04:59 +09:00
parent e9521648d5
commit 79b13fb4a9
5 changed files with 63 additions and 6 deletions

View File

@@ -118,6 +118,7 @@ enum {
void chopstx_cancel (chopstx_t thd);
void chopstx_testcancel (void);
int chopstx_setcancelstate (int);
struct chx_cleanup {
struct chx_cleanup *next;