Searched refs:ServerStateMutex (Results 1 – 2 of 2) sorted by relevance
116 std::unique_lock<std::mutex> Lock(ServerStateMutex); in waitForDisconnect() 125 std::lock_guard<std::mutex> Lock(ServerStateMutex); in handleDisconnect() 145 std::lock_guard<std::mutex> Lock(ServerStateMutex); in handleDisconnect() 233 std::lock_guard<std::mutex> Lock(ServerStateMutex); in handleResult() 272 std::lock_guard<std::mutex> Lock(ServerStateMutex); in doJITDispatch()
179 std::mutex ServerStateMutex; variable