Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/utils/http_over_curl/include/
H A Dmanual_reset_event.h28 struct ManualResetEvent { struct
29 ManualResetEvent() in ManualResetEvent() function
34 ~ManualResetEvent() in ~ManualResetEvent() argument
39 ManualResetEvent(const ManualResetEvent &) = delete;
40 ManualResetEvent(ManualResetEvent &&other) = default;
H A Dthread_safe_storage.h34 [[nodiscard]] const ManualResetEvent &GetSyncEvent() const;
39 ManualResetEvent syncEvent_;
42 template <typename T> const ManualResetEvent &ThreadSafeStorage<T>::GetSyncEvent() const in GetSyncEvent()