Home
last modified time | relevance | path

Searched refs:THREAD_BLOCK_TYPE_SEMAPHORE (Results 1 – 11 of 11) sorted by relevance

/haiku/headers/private/system/
H A Dthread_defs.h25 THREAD_BLOCK_TYPE_SEMAPHORE = 0, enumerator
/haiku/headers/private/kernel/
H A Dscheduling_analysis.h50 return THREAD_BLOCK_TYPE_SEMAPHORE; in Type()
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp478 case THREAD_BLOCK_TYPE_SEMAPHORE: in _PolishWaitObject()
600 case THREAD_BLOCK_TYPE_SEMAPHORE: in analyze_scheduling()
716 case THREAD_BLOCK_TYPE_SEMAPHORE: in analyze_scheduling()
H A Dscheduler_tracing.cpp63 case THREAD_BLOCK_TYPE_SEMAPHORE: in AddDump()
/haiku/src/bin/debug/time_stats/
H A Dscheduling_analysis.cpp78 case THREAD_BLOCK_TYPE_SEMAPHORE: in wait_object_to_string()
/haiku/src/system/kernel/
H A Dthread.cpp1172 && thread->wait.type == THREAD_BLOCK_TYPE_SEMAPHORE) { in get_thread_wait_sem()
1200 case THREAD_BLOCK_TYPE_SEMAPHORE: in fill_thread_info()
1654 case THREAD_BLOCK_TYPE_SEMAPHORE: in state_to_text()
1699 case THREAD_BLOCK_TYPE_SEMAPHORE: in _dump_thread_info()
1801 case THREAD_BLOCK_TYPE_SEMAPHORE: in _dump_thread_info()
H A Dsem.cpp815 thread_prepare_to_block(thread, flags, THREAD_BLOCK_TYPE_SEMAPHORE, in switch_sem_etc()
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp844 _WaitObjectCreated((addr_t)id, THREAD_BLOCK_TYPE_SEMAPHORE); in SemaphoreCreated()
1258 case THREAD_BLOCK_TYPE_SEMAPHORE: in _WaitObjectUsed()
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp41 case THREAD_BLOCK_TYPE_SEMAPHORE: in wait_object_type_name()
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp1002 case THREAD_BLOCK_TYPE_SEMAPHORE: in _HandleThreadScheduled()
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp1490 case THREAD_BLOCK_TYPE_SEMAPHORE: in _HandleThreadScheduled()