Searched refs:zombieProcCV (Results 1 – 3 of 3) sorted by relevance
94 CV_Init(&proc->zombieProcCV, "Zombie Process CV"); in Process_Create()120 CV_Destroy(&proc->zombieProcCV); in Process_Destroy()
145 CV_Signal(&proc->parent->zombieProcCV); in Sched_SetZombie()
83 CV zombieProcCV; member