Searched refs:wait_queue_unblock_thread (Results 1 – 3 of 3) sorted by relevance
87 zx_status_t wait_queue_unblock_thread(struct thread* t,127 return wait_queue_unblock_thread(t, wait_queue_error); in UnblockThread()
197 wait_queue_unblock_thread(thread, ZX_ERR_TIMED_OUT); in wait_queue_timeout_handler()471 zx_status_t wait_queue_unblock_thread(thread_t* t, zx_status_t wait_queue_error) { in wait_queue_unblock_thread() function
368 wait_queue_unblock_thread(t, ZX_ERR_INTERNAL_INTR_RETRY); in thread_suspend()608 wait_queue_unblock_thread(t, ZX_ERR_INTERNAL_INTR_KILLED); in thread_kill()
Completed in 7 milliseconds