Home
last modified time | relevance | path

Searched refs:waitStart (Results 1 – 2 of 2) sorted by relevance

/sys/kern/
Dsched.c85 thr->waitTime += KTime_GetEpochNS() - thr->waitStart; in Sched_SetRunnable()
86 thr->waitStart = 0; in Sched_SetRunnable()
112 thr->waitStart = KTime_GetEpochNS(); in Sched_SetWaiting()
/sys/include/
Dthread.h55 uint64_t waitStart; member