Home
last modified time | relevance | path

Searched refs:collectorLock_ (Results 1 – 1 of 1) sorted by relevance

/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_runner.cpp76 std::lock_guard<std::mutex> lock(collectorLock_); in ReclaimCurrentThread()
108 std::lock_guard<std::mutex> lock(collectorLock_); in Deposit()
132 std::unique_lock<std::mutex> lock(collectorLock_); in ReclaimAll()
143 std::lock_guard<std::mutex> lock(collectorLock_); in Stop()
195 std::unique_lock<std::mutex> lock(collectorLock_); in Run()
217 std::mutex collectorLock_; member in OHOS::AppExecFwk::__anon3987a0390111::ThreadCollector
257 : collectorLock_(), condition_(), reclaims_(), depositMap_(), threadLock_(), thread_(nullptr) in ThreadCollector()