Searched refs:wait_for_thread_etc (Results 1 – 7 of 7) sorted by relevance
/haiku/src/bin/debug/strace/ |
H A D | events.cpp | 397 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 D | thread.c | 187 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 D | pthread.cpp | 151 status = wait_for_thread_etc(thread->id, flags, timeout, &dummy); in __pthread_join()
|
/haiku/headers/os/kernel/ |
H A D | OS.h | 356 extern status_t wait_for_thread_etc(thread_id id, uint32 flags, bigtime_t timeout,
|
/haiku/src/system/kernel/ |
H A D | thread.cpp | 2513 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 D | libroot_stubs_legacy.c | 2655 void wait_for_thread_etc() {} in wait_for_thread_etc() function
|
H A D | libroot_stubs.c | 2675 void wait_for_thread_etc() {} in wait_for_thread_etc() function
|