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

/haiku/src/system/libroot/posix/pthread/
H A Dpthread_rwlock.cpp29 userThread(get_user_thread()),
36 user_thread* userThread; member in struct:Waiter
200 waiter.userThread->wait_status = 1;
240 if (waiter->userThread->wait_status > 0)
260 if (waiter->userThread->wait_status > 0) {
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp100 user_thread* userThread = get_user_thread();
102 userThread->wait_status = 1;
/haiku/headers/private/kernel/
H A Dteam.h61 void team_free_user_thread(Team* team, struct user_thread* userThread);
/haiku/src/system/kernel/
H A Dthread.cpp652 user_thread* userThread = thread->user_thread; local
654 userThread->pthread = args->pthread;
655 userThread->flags = 0;
656 userThread->wait_status = B_OK;
657 userThread->defer_signals
659 userThread->pending_signals = 0;
1048 user_thread* userThread = thread->user_thread;
1054 if (userThread != NULL)
1055 team_free_user_thread(team, userThread);
2016 user_thread* userThread
[all...]
H A Dteam.cpp2076 user_thread* userThread = team_allocate_user_thread(team); local
2079 currentThread->user_thread = userThread;
3617 \param userThread The user thread to free.
3620 team_free_user_thread(Team* team, struct user_thread* userThread) argument
3622 if (userThread == NULL)
3636 entry->thread = userThread;

Completed in 63 milliseconds