Home
last modified time | relevance | path

Searched defs:processLock (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/common/src/
Daudio_dump_pcm.cpp158 std::lock_guard<std::mutex> processLock(g_Mutex); in DeInit() local
302 std::lock_guard<std::mutex> processLock(g_Mutex); in GetCachedDuration() local
341 std::lock_guard<std::mutex> processLock(g_Mutex); in GetCurMemoryCondition() local
371 std::unique_lock<std::mutex> processLock(g_Mutex); in ReleaseOverTimeMemBlock() local
/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
Dsystem_ability_state_context.h69 samgr::mutex processLock; member