Home
last modified time | relevance | path

Searched refs:wait_for_thread_etc (Results 1 – 7 of 7) sorted by relevance

/haiku/src/bin/debug/strace/
H A Devents.cpp397 Syscall *wait_for_thread_etc = get_syscall("_kern_wait_for_thread_etc"); in DEFINE_TYPE() local
398 wait_for_thread_etc->ParameterAt(3)->SetOut(true); in DEFINE_TYPE()
/haiku/src/system/libroot/os/
H A Dthread.c187 wait_for_thread_etc(thread_id thread, uint32 flags, bigtime_t timeout, status_t *_returnCode) in wait_for_thread_etc() function
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp151 status = wait_for_thread_etc(thread->id, flags, timeout, &dummy); in __pthread_join()
/haiku/headers/os/kernel/
H A DOS.h356 extern status_t wait_for_thread_etc(thread_id id, uint32 flags, bigtime_t timeout,
/haiku/src/system/kernel/
H A Dthread.cpp2513 wait_for_thread_etc(thread_id id, uint32 flags, bigtime_t timeout, in wait_for_thread_etc() function
3385 return wait_for_thread_etc(thread, 0, 0, _returnCode); in wait_for_thread()
3716 status = wait_for_thread_etc(id, B_CAN_INTERRUPT, 0, &returnCode); in _user_wait_for_thread()
3738 status = wait_for_thread_etc(id, flags | B_CAN_INTERRUPT, timeout, &returnCode); in _user_wait_for_thread_etc()
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2655 void wait_for_thread_etc() {} in wait_for_thread_etc() function
H A Dlibroot_stubs.c2675 void wait_for_thread_etc() {} in wait_for_thread_etc() function