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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOLib.cpp120 static lck_mtx_t * gIOMallocContiguousEntriesLock; variable
177 gIOMallocContiguousEntriesLock = lck_mtx_alloc_init(IOLockGroup, LCK_ATTR_NULL);
512 lck_mtx_lock(gIOMallocContiguousEntriesLock);
515 lck_mtx_unlock(gIOMallocContiguousEntriesLock);
537 lck_mtx_lock(gIOMallocContiguousEntriesLock);
548 lck_mtx_unlock(gIOMallocContiguousEntriesLock);

Completed in 213 milliseconds