Searched refs:wait_for_thread_etc (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/libroot/os/
H A Dthread.c187 wait_for_thread_etc(thread_id thread, uint32 flags, bigtime_t timeout, status_t *_returnCode) function
/haiku/headers/os/kernel/
H A DOS.h353 extern status_t wait_for_thread_etc(thread_id id, uint32 flags, bigtime_t timeout,
/haiku/src/system/kernel/
H A Dthread.cpp2504 wait_for_thread_etc(thread_id id, uint32 flags, bigtime_t timeout,
3375 return wait_for_thread_etc(thread, 0, 0, _returnCode);
3706 status = wait_for_thread_etc(id, B_CAN_INTERRUPT, 0, &returnCode);
3728 status = wait_for_thread_etc(id, flags | B_CAN_INTERRUPT, timeout, &returnCode);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2654 void wait_for_thread_etc() {} function
H A Dlibroot_stubs_legacy.c2644 void wait_for_thread_etc() {} function

Completed in 164 milliseconds