chopstx_wakeup_usec_wait

This commit is contained in:
NIIBE Yutaka
2013-06-05 13:41:53 +09:00
parent 2ccfe0732e
commit 216eaec1e6
3 changed files with 36 additions and 1 deletions

View File

@@ -122,3 +122,6 @@ struct chx_cleanup {
/* NOTE: This signature is different to PTHREAD's one. */
void chopstx_cleanup_push (struct chx_cleanup *clp);
void chopstx_cleanup_pop (int execute);
void chopstx_wakeup_usec_wait (chopstx_t thd);