Searched refs:previous_thread (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/kernel/
H A Dcpu.h74 Thread* previous_thread; member in struct:cpu_ent
/haiku/headers/private/system/
H A Dsystem_profiler_defs.h151 thread_id previous_thread; member in struct:system_profiler_thread_scheduled
/haiku/src/apps/debuganalyzer/model_loader/
H A DThreadModelLoader.cpp165 || event->previous_thread == threadID ;
H A DModelLoader.cpp775 if (event->thread != event->previous_thread) {
776 fState->LookupThread(event->previous_thread)
967 if (event->thread == event->previous_thread)
970 thread = fState->LookupThread(event->previous_thread);
973 "\n", event->previous_thread);
974 thread = _AddUnknownThread(event->previous_thread);
/haiku/src/system/kernel/scheduler/
H A Dscheduler.cpp252 user_timer_continue_cpu_timers(thread, cpu->previous_thread);
262 release_spinlock(&cpu->previous_thread->scheduler_lock);
305 cpu->previous_thread = fromThread;
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp1463 if (event->thread == event->previous_thread)
1466 thread = fState.LookupThread(event->previous_thread);
1469 "\n", event->previous_thread);
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp821 event->previous_thread = oldThread->id;

Completed in 66 milliseconds