Searched refs:THCSuspendThen (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/thc/
H A Dthcstubs.c146 THCSuspendThen(&rxi->waiter, thc_receive0, (void*) &thc->thc_binding_lock);
223 THCSuspendThen(&rxi->waiter, thc_receive0, (void*) &thc->thc_binding_lock);
295 THCSuspendThen(&rxi->waiter, thc_receive0, (void*) &thc->thc_binding_lock);
346 THCSuspendThen(&rxi->waiter, thc_receive0, (void*) &thc->thc_binding_lock);
452 THCSuspendThen(&rxi->waiter,
471 THCSuspendThen(&rxi->waiter,
582 THCSuspendThen(&thc->waiting_sender,
629 THCSuspendThen(&thc->waiting_sender,
686 THCSuspendThen(&thc->waiting_complete_sender,
H A Dthcsync.c58 THCSuspendThen(&w.waiter, thc_sem_p0, (void*)s); // Sleep ......
142 THCSuspendThen(&w.waiter, thc_sem_p0, (void*)s); // Sleep ......
233 THCSuspendThen(&w.waiter, thc_condvar_wait0, (void*)&info); // Sleep ......
309 THCSuspendThen(&w.waiter, thc_condvar_wait0, (void*)&info); // Sleep ......
477 THCSuspendThen(&w.waiter, thc_ec_await0, (void*)ec); // Sleep ....
H A Dthc.c982 void THCSuspendThen(awe_t **awe_ptr_ptr, THCThenFn_t fn, void *arg) { function
/barrelfish-master/include/thc/
H A Dthc.h246 void THCSuspendThen(awe_t **awe_ptr_ptr, THCThenFn_t then, void *arg);

Completed in 90 milliseconds