Searched defs:processLock (Results 1 – 2 of 2) sorted by relevance
158 std::lock_guard<std::mutex> processLock(g_Mutex); in DeInit() local302 std::lock_guard<std::mutex> processLock(g_Mutex); in GetCachedDuration() local341 std::lock_guard<std::mutex> processLock(g_Mutex); in GetCurMemoryCondition() local371 std::unique_lock<std::mutex> processLock(g_Mutex); in ReleaseOverTimeMemBlock() local
69 samgr::mutex processLock; member