Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/utils/http_over_curl/include/
H A Dthread_safe_storage.h34 [[nodiscard]] const ManualResetEvent &GetSyncEvent() const;
42 template <typename T> const ManualResetEvent &ThreadSafeStorage<T>::GetSyncEvent() const in GetSyncEvent() function
/ohos5.0/foundation/communication/netstack/utils/http_over_curl/src/
H A Depoll_multi_driver.cpp34 incomingQueue_->GetSyncEvent().RegisterForPolling(poller_); in Initialize()
73 if (incomingQueue_->GetSyncEvent().IsItYours(events[idx].data.fd)) { in Step()