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

/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp576 SchedulerTraceEntry* baseEntry local
578 if (baseEntry == NULL || baseEntry->Time() >= until)
580 if (baseEntry->Time() < from)
583 status_t error = manager.AddThread(baseEntry->ThreadID(),
584 baseEntry->Name());
635 SchedulerTraceEntry* baseEntry local
637 if (baseEntry == NULL)
639 if (baseEntry->Time() >= until)

Completed in 80 milliseconds