Searched refs:sockRcvExit_ (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/netstack/utils/napi_utils/include/ | ||
H A D | event_manager.h | 136 bool sockRcvExit_ = false; member in OHOS::NetStack::EventManager 175 [[maybe_unused]] bool sockRcvExit_ = false; member in OHOS::NetStack::EventManagerForHttp |
/foundation/communication/netstack/utils/napi_utils/src/ | ||
H A D | event_manager.cpp | 331 sockRcvExit_ = true; in NotifyRcvThdExit() 338 sockRcvThdCon_.wait(lock, [this]() { return sockRcvExit_; }); in WaitForRcvThdExit() |
Completed in 1 milliseconds