Searched refs:blockMutex (Results 1 – 1 of 1) sorted by relevance
157 std::mutex blockMutex; member in android::MyBinderRpcTest159 blockMutex.lock(); in lock()164 blockMutex.unlock(); in unlockInMsAsync()168 std::lock_guard<std::mutex> _l(blockMutex); in lockUnlock()