Searched refs:previous_thread_state (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/system/
H A Dsystem_profiler_defs.h152 uint16 previous_thread_state; member in struct:system_profiler_thread_scheduled
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp995 if (event->previous_thread_state == B_THREAD_WAITING) {
1019 uint32 threadState = event->previous_thread_state;
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp1483 if (event->previous_thread_state == B_THREAD_WAITING) {
1511 uint32 threadState = event->previous_thread_state;
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp822 event->previous_thread_state = oldThread->state;

Completed in 37 milliseconds