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

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.h629 lck_mtx_t *fnl_oldmutex; /* Mutex before collapsing split funnel */ member in struct:funnel_lock
H A Dthread.c1588 if (fnl->fnl_oldmutex)
1589 lck_mtx_free(fnl->fnl_oldmutex, funnel_lck_grp);

Completed in 90 milliseconds