Searched refs:threadLock_ (Results 1 – 1 of 1) sorted by relevance
88 if (threadLock_.try_lock()) { in ReclaimCurrentThread()93 threadLock_.unlock(); in ReclaimCurrentThread()151 std::lock_guard<std::mutex> lock(threadLock_); in Stop()224 std::mutex threadLock_; member in OHOS::AppExecFwk::__anon3987a0390111::ThreadCollector257 : collectorLock_(), condition_(), reclaims_(), depositMap_(), threadLock_(), thread_(nullptr) in ThreadCollector()