Searched refs:eventCtx_ (Results 1 – 2 of 2) sorted by relevance
89 std::unique_lock<std::mutex> lock(eventCtx_); in InsertEventsInner()179 std::lock_guard<std::mutex> lock(eventCtx_); in RemoveEvent()197 std::lock_guard<std::mutex> lock(eventCtx_); in HasInnerEvent()212 std::lock_guard<std::mutex> lock(eventCtx_); in RemoveAllEvents()232 std::lock_guard<std::mutex> lock(eventCtx_); in PopEvent()250 std::lock_guard<std::mutex> lock(eventCtx_); in GetHandleTime()
57 std::mutex eventCtx_; variable