Searched refs:skeletonMutex (Results 1 – 2 of 2) sorted by relevance
46 std::mutex BinderConnector::skeletonMutex; member in OHOS::BinderConnector272 std::lock_guard<std::mutex> lockGuard(skeletonMutex); in GetInstance()
55 static std::mutex skeletonMutex; variable