Searched refs:threadList (Results 1 – 3 of 3) sorted by relevance
119 TAILQ_INSERT_TAIL(&proc->threadList, thr, threadList); in Thread_Create()188 TAILQ_INSERT_TAIL(&proc->threadList, thr, threadList); in Thread_UThreadCreate()206 TAILQ_REMOVE(&proc->threadList, thr, threadList); in Thread_Destroy()235 TAILQ_FOREACH(t, &proc->threadList, threadList) { in Thread_Lookup()
63 TAILQ_INIT(&proc->threadList); in Process_Create()
40 TAILQ_ENTRY(Thread) threadList;87 ThreadQueue threadList; member