Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dnotification_chain.cpp275 eventRunningThread_ = std::this_thread::get_id(); in EnterEventAction()
282 eventRunningThread_ = std::thread::id(); in LeaveEventAction()
289 if ((eventRunningThread_ == std::thread::id()) || in KillWait()
290 (eventRunningThread_ == std::this_thread::get_id())) { in KillWait()
296 if (eventRunningThread_ == std::thread::id()) { in KillWait()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dnotification_chain.h71 std::thread::id eventRunningThread_; variable