Home
last modified time | relevance | path

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

/sys/kern/
Dthread.c125 thr->schedState = SCHED_STATE_NULL; in Thread_Create()
166 thr->schedState = SCHED_STATE_NULL; in Thread_UThreadCreate()
/sys/include/
Dthread.h25 #define SCHED_STATE_NULL 0 macro