Searched refs:THREAD_BLOCK_TYPE_CONDITION_VARIABLE (Results 1 - 12 of 12) sorted by relevance

/haiku/headers/private/system/
H A Dthread_defs.h26 THREAD_BLOCK_TYPE_CONDITION_VARIABLE = 1, enumerator in enum:__anon15
/haiku/headers/private/kernel/
H A Dscheduling_analysis.h89 return THREAD_BLOCK_TYPE_CONDITION_VARIABLE;
/haiku/src/bin/debug/time_stats/
H A Dscheduling_analysis.cpp86 case THREAD_BLOCK_TYPE_CONDITION_VARIABLE:
/haiku/src/system/kernel/scheduler/
H A Dscheduler_tracing.cpp67 case THREAD_BLOCK_TYPE_CONDITION_VARIABLE:
H A Dscheduling_analysis.cpp488 case THREAD_BLOCK_TYPE_CONDITION_VARIABLE:
601 case THREAD_BLOCK_TYPE_CONDITION_VARIABLE:
717 case THREAD_BLOCK_TYPE_CONDITION_VARIABLE:
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp769 if (thread->wait.type != THREAD_BLOCK_TYPE_CONDITION_VARIABLE)
846 _WaitObjectCreated((addr_t)variable, THREAD_BLOCK_TYPE_CONDITION_VARIABLE);
1251 case THREAD_BLOCK_TYPE_CONDITION_VARIABLE:
/haiku/src/system/kernel/
H A Dcondition_variable.cpp193 THREAD_BLOCK_TYPE_CONDITION_VARIABLE, variable); local
H A Dthread.cpp1209 case THREAD_BLOCK_TYPE_CONDITION_VARIABLE:
1703 case THREAD_BLOCK_TYPE_CONDITION_VARIABLE:
1802 case THREAD_BLOCK_TYPE_CONDITION_VARIABLE:
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp43 case THREAD_BLOCK_TYPE_CONDITION_VARIABLE:
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp171 if (thread->wait.type != THREAD_BLOCK_TYPE_CONDITION_VARIABLE) {
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp1003 case THREAD_BLOCK_TYPE_CONDITION_VARIABLE:
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp1491 case THREAD_BLOCK_TYPE_CONDITION_VARIABLE:

Completed in 122 milliseconds