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

/barrelfish-2018-10-04/lib/barrelfish/
H A Dthread_sync.c100 wakeup = thread_unblock_one_disabled(disp, &cond->queue, NULL);
296 ft = thread_unblock_one_disabled(handle, &mutex->queue, NULL);
406 wakeup = thread_unblock_one_disabled(disp, &sem->queue, NULL);
H A Dwaitset.c309 t = thread_unblock_one_disabled(handle, &ws->waiting_threads, NULL);
375 t = thread_unblock_one_disabled(handle,
876 t = thread_unblock_one_disabled(handle, &ws->waiting_threads, chan);
942 t = thread_unblock_one_disabled(handle, &ws->waiting_threads, chan);
H A Dthreads.c1001 struct thread *thread_unblock_one_disabled(dispatcher_handle_t handle, function
1046 thread = thread_unblock_one_disabled(handle, queue, reason);
1071 struct thread *wakeup = thread_unblock_one_disabled(handle, queue, reason);
/barrelfish-2018-10-04/lib/barrelfish/include/
H A Dthreads_priv.h113 struct thread *thread_unblock_one_disabled(dispatcher_handle_t handle,

Completed in 94 milliseconds