Searched refs:get_user_thread (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/private/libroot/
H A Duser_thread.h16 get_user_thread() function
25 get_user_thread()->defer_signals++;
32 struct user_thread* thread = get_user_thread();
/haiku/src/tests/system/libroot/posix/
H A Duser_thread_fork_test.cpp26 struct user_thread *t = get_user_thread();
/haiku/src/kits/shared/
H A DRWLockManager.cpp186 get_user_thread()->wait_status = 1;
/haiku/src/system/libroot/posix/time/
H A Dtimer_support.cpp66 get_user_thread()->pthread = &thread;
/haiku/src/system/libroot/os/locks/
H A Drw_lock.cpp38 get_user_thread()->wait_status = 1;
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp100 user_thread* userThread = get_user_thread();
H A Dlock.cpp213 get_user_thread()->wait_status = 1;
414 get_user_thread()->wait_status = 1;
715 get_user_thread()->wait_status = 1;
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp183 pthread_thread* thread = get_user_thread()->pthread;
H A Dpthread_rwlock.cpp29 userThread(get_user_thread()),

Completed in 77 milliseconds