Home
last modified time | relevance | path

Searched refs:queueLock_ (Results 1 - 3 of 3) sorted by relevance

/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_base.cpp131 std::lock_guard<std::mutex> lock(queueLock_); in ~EventQueueBase()
145 std::lock_guard<std::mutex> lock(queueLock_); in Insert()
183 std::lock_guard<std::mutex> lock(queueLock_); in RemoveOrphan()
195 std::lock_guard<std::mutex> lock(queueLock_); in RemoveAll()
276 std::lock_guard<std::mutex> lock(queueLock_); in Remove()
292 std::lock_guard<std::mutex> lock(queueLock_); in RemoveOrphan()
334 std::lock_guard<std::mutex> lock(queueLock_); in HasInnerEvent()
427 std::unique_lock<std::mutex> lock(queueLock_); in GetEvent()
514 std::unique_lock<std::mutex> lock(queueLock_); in GetExpiredEvent()
590 std::lock_guard<std::mutex> lock(queueLock_); in Dump()
[all...]
H A Devent_queue.cpp78 std::unique_lock<std::mutex> lock(queueLock_); in CheckFileDescriptorEvent()
/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h354 std::mutex queueLock_; member in OHOS::AppExecFwk::EventQueue

Completed in 2 milliseconds