Searched refs:ServerStateMutex (Results 1 – 2 of 2) sorted by relevance
117 std::unique_lock<std::mutex> Lock(ServerStateMutex); in waitForDisconnect() 126 std::lock_guard<std::mutex> Lock(ServerStateMutex); in handleDisconnect() 146 std::lock_guard<std::mutex> Lock(ServerStateMutex); in handleDisconnect() 234 std::lock_guard<std::mutex> Lock(ServerStateMutex); in handleResult() 273 std::lock_guard<std::mutex> Lock(ServerStateMutex); in doJITDispatch()
179 std::mutex ServerStateMutex; variable