Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_dump_pcm.cpp290 std::lock_guard<std::mutex> processLock(g_Mutex); in GetCachedDuration() local
328 std::lock_guard<std::mutex> processLock(g_Mutex); in GetCurMemoryCondition() local
350 std::lock_guard<std::mutex> processLock(g_Mutex); in ReleaseOverTimeMemBlock() local
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_context.h70 std::mutex processLock; member