Searched refs:RunningLockMgrGetLockCount (Results 1 – 2 of 2) sorted by relevance
28 uint32_t RunningLockMgrGetLockCount(RunningLockType type);33 return (RunningLockMgrGetLockCount(type) > 0) ? TRUE : FALSE; in RunningLockMgrIsLockHolding()
138 uint32_t RunningLockMgrGetLockCount(RunningLockType type) in RunningLockMgrGetLockCount() function