Searched refs:ManualResetEvent (Results 1 – 2 of 2) sorted by relevance
28 struct ManualResetEvent { struct29 ManualResetEvent() in ManualResetEvent() function34 ~ManualResetEvent() in ~ManualResetEvent() argument39 ManualResetEvent(const ManualResetEvent &) = delete;40 ManualResetEvent(ManualResetEvent &&other) = default;
34 [[nodiscard]] const ManualResetEvent &GetSyncEvent() const;39 ManualResetEvent syncEvent_;42 template <typename T> const ManualResetEvent &ThreadSafeStorage<T>::GetSyncEvent() const in GetSyncEvent()