Home
last modified time | relevance | path

Searched refs:RunningLockMgrGetLockCount (Results 1 – 2 of 2) sorted by relevance

/base/powermgr/powermgr_lite/services/include/
Drunning_lock_mgr.h28 uint32_t RunningLockMgrGetLockCount(RunningLockType type);
33 return (RunningLockMgrGetLockCount(type) > 0) ? TRUE : FALSE; in RunningLockMgrIsLockHolding()
/base/powermgr/powermgr_lite/services/src/
Drunning_lock_mgr.c138 uint32_t RunningLockMgrGetLockCount(RunningLockType type) in RunningLockMgrGetLockCount() function