Home
last modified time | relevance | path

Searched refs:wait_queue_unblock_thread (Results 1 – 3 of 3) sorted by relevance

/kernel/include/kernel/
A Dwait.h87 zx_status_t wait_queue_unblock_thread(struct thread* t,
127 return wait_queue_unblock_thread(t, wait_queue_error); in UnblockThread()
/kernel/kernel/
A Dwait.cpp197 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
A Dthread.cpp368 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