Searched refs:contextMutex_ (Results 1 – 5 of 5) sorted by relevance
52 std::unique_lock<std::mutex> contextLock(contextMutex_); in Config()250 std::unique_lock<std::mutex> contextLock(contextMutex_); in EncodeSurfaceBuffer()311 std::unique_lock<std::mutex> contextLock(contextMutex_); in Release()
54 std::mutex contextMutex_; variable
302 static std::mutex contextMutex_; variable
1141 std::mutex Context::contextMutex_; member in OHOS::AbilityRuntime::Context1145 std::lock_guard<std::mutex> lock(contextMutex_); in GetApplicationContext()
36 std::lock_guard<std::mutex> lock_l(Context::contextMutex_); in GetInstance()