Home
last modified time | relevance | path

Searched refs:Mutex_Unlock (Results 1 – 3 of 3) sorted by relevance

/sys/include/
Dmutex.h20 void Mutex_Unlock(Mutex *mtx);
/sys/kern/
Dmutex.c83 Mutex_Unlock(Mutex *mtx) in Mutex_Unlock() function
Dsched.c161 Mutex_Unlock(&proc->parent->zombieProcLock); in Sched_SetZombie()