Searched refs:lockMutex (Results 1 – 8 of 8) sorted by relevance
53 pthread_mutex_lock(&client->lockMutex); in LockRpcClient()55 pthread_cond_wait(&client->lockCond, &client->lockMutex); in LockRpcClient()58 pthread_mutex_unlock(&client->lockMutex); in LockRpcClient()72 pthread_mutex_destroy(&client->lockMutex); in ReleaseRpcClient()109 pthread_mutex_lock(&client->lockMutex); in UnlockRpcClient()112 pthread_mutex_unlock(&client->lockMutex); in UnlockRpcClient()
49 pthread_mutex_t lockMutex; member
166 pthread_mutex_init(&client->lockMutex, NULL); in CreateRpcClient()173 pthread_mutex_destroy(&client->lockMutex); in CreateRpcClient()195 pthread_mutex_destroy(&client->lockMutex); in ReleaseRpcClient()258 pthread_mutex_lock(&client->lockMutex); in LockRpcClient()260 pthread_cond_wait(&client->lockCond, &client->lockMutex); in LockRpcClient()263 pthread_mutex_unlock(&client->lockMutex); in LockRpcClient()273 pthread_mutex_lock(&client->lockMutex); in UnlockRpcClient()276 pthread_mutex_unlock(&client->lockMutex); in UnlockRpcClient()
34 std::mutex AsyncLockManager::lockMutex; member in Commonlibrary::Concurrent::LocksModule::AsyncLockManager77 std::unique_lock<std::mutex> guard(lockMutex); in CollectLockDependencies()217 std::unique_lock<std::mutex> guard(lockMutex);248 std::unique_lock<std::mutex> guard(lockMutex); in LockAsync()305 std::unique_lock<std::mutex> guard(lockMutex); in Query()373 std::unique_lock<std::mutex> guard(lockMutex); in CreateLockStates()408 std::unique_lock<std::mutex> guard(lockMutex); in Request()418 std::unique_lock<std::mutex> guard(lockMutex); in Request()
74 static std::mutex lockMutex; variable
36 std::lock_guard<std::mutex> lockMutex(mapMutex_); in Get() local
1533 std::mutex lockMutex; variable1548 std::thread threadSecond([devices, &lockMutex, &conditionVar]() { in __anoncdf0d24b0602()1552 std::unique_lock<mutex> lockInner(lockMutex); in __anoncdf0d24b0602()1569 std::unique_lock<mutex> lock(lockMutex);