Searched refs:dropmutex (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dkern_synch.c73 int dropmutex, spinmutex; local
77 dropmutex = ut->uu_pri & PDROP;
119 if (ut->uu_mtx && !dropmutex) {
165 int dropmutex = pri & PDROP; local
190 if (dropmutex)
218 if (mtx && !dropmutex) {
232 if (mtx && !dropmutex) {
255 if (mtx && !dropmutex) {

Completed in 72 milliseconds