Searched refs:queueMutex_ (Results 1 – 4 of 4) sorted by relevance
122 std::lock_guard<std::mutex> lock(queueMutex_); in StartLoop()147 std::lock_guard<std::mutex> lock(queueMutex_); in StopLoop()177 std::lock_guard<std::mutex> lock(queueMutex_); in AddEvent()208 std::lock_guard<std::mutex> lock(queueMutex_); in AddEventForResult()242 std::lock_guard<std::mutex> lock(queueMutex_); in AddTimerEvent()250 std::lock_guard<std::mutex> lock(queueMutex_); in RemoveEvent()276 std::lock_guard<std::mutex> lock(queueMutex_); in AddFileDescriptorEventCallback()320 std::lock_guard<std::mutex> lock(queueMutex_); in RemoveFileDescriptorEventCallback()348 std::lock_guard<std::mutex> lock(queueMutex_); in ModifyFdStatus()381 std::lock_guard<std::mutex> lock(queueMutex_); in PollNextEvent()[all …]
81 std::lock_guard<std::mutex> lock(queueMutex_); in ~ThreadPool()131 std::lock_guard<std::mutex> lock(queueMutex_); in AddNewTask()137 std::lock_guard<std::mutex> lock(queueMutex_); in AcquireWorkIndex()
71 std::mutex queueMutex_; variable
156 std::mutex queueMutex_; variable