Searched refs:B_THREAD_WAITING (Results 1 - 11 of 11) sorted by relevance

/haiku/src/bin/
H A Dps.c97 || threadInfo.state > B_THREAD_WAITING)
109 if (threadInfo.state == B_THREAD_WAITING && threadInfo.sem != -1) {
/haiku/src/system/kernel/scheduler/
H A Dscheduler_tracing.cpp61 if (fPreviousState == B_THREAD_WAITING) {
H A Dscheduling_analysis.cpp593 if (entry->PreviousState() == B_THREAD_WAITING) {
709 if (entry->PreviousState() == B_THREAD_WAITING) {
735 if (threadState == B_THREAD_WAITING
/haiku/headers/private/kernel/
H A Dthread.h358 if (thread->state == B_THREAD_WAITING)
/haiku/src/system/kernel/
H A Dthread.cpp1170 if (thread->state == B_THREAD_WAITING
1191 if (thread->state == B_THREAD_WAITING) {
1192 info->state = B_THREAD_WAITING;
1583 || thread->state == B_THREAD_WAITING) {
1639 case B_THREAD_WAITING:
1689 if (thread->state == B_THREAD_WAITING) {
1788 if (thread->state == B_THREAD_WAITING) {
1934 requiredState = B_THREAD_WAITING;
2905 scheduler_reschedule(B_THREAD_WAITING);
H A Dcondition_variable.cpp410 if (lastWaitStatus == STATUS_WAITING && thread->state != B_THREAD_WAITING) {
411 // The thread is not in B_THREAD_WAITING state, so we must unblock it early,
423 // If the thread was in B_THREAD_WAITING state, we unblock it after unsetting
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp995 if (event->previous_thread_state == B_THREAD_WAITING) {
1020 if (threadState == B_THREAD_WAITING
/haiku/headers/os/kernel/
H A DOS.h307 B_THREAD_WAITING enumerator in enum:__anon6
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp1483 if (event->previous_thread_state == B_THREAD_WAITING) {
1512 if (threadState == B_THREAD_WAITING
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1166 #define B_THREAD_WAITING FSSH_B_THREAD_WAITING macro
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp809 if (oldThread->state == B_THREAD_WAITING)

Completed in 147 milliseconds