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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread.h557 lck_mtx_t *fnl_oldmutex; /* Mutex before collapsing split funnel */ member in struct:funnel_lock
H A Dthread.c1186 if (fnl->fnl_oldmutex)
1187 lck_mtx_free(fnl->fnl_oldmutex, funnel_lck_grp);

Completed in 35 milliseconds