Home
last modified time | relevance | path

Searched defs:TDI_SLEEPING (Results 1 – 2 of 2) sorted by relevance

/freebsd/tools/sched/
H A Dschedgraph.d50 inline int TDI_SLEEPING = 0x0002; /* Actually asleep! (tricky). */ variable
/freebsd/sys/sys/
H A Dproc.h582 #define TDI_SLEEPING 0x0002 /* Actually asleep! (tricky). */ macro