Home
last modified time | relevance | path

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

/base/powermgr/power_manager/utils/ffrt/src/
H A Dffrt_utils.cpp75 void FFRTMutexMap::Lock(uint32_t mutexId) in Lock() argument
77 mutexMap_[mutexId].lock(); in Lock()
80 void FFRTMutexMap::Unlock(uint32_t mutexId) in Unlock() argument
82 mutexMap_[mutexId].unlock(); in Unlock()
/base/powermgr/power_manager/utils/ffrt/include/
H A Dffrt_utils.h142 void Lock(uint32_t mutexId);
143 void Unlock(uint32_t mutexId);

Completed in 2 milliseconds