#include <waitable_event.h>
Public Member Functions | |
| ManualResetWaitableEvent () | |
| ~ManualResetWaitableEvent () | |
| void | Reset () |
| void | Signal () |
| void | Wait () |
| bool | WaitWithTimeout (TimeDelta timeout) |
| bool | IsSignaledForTest () |
Definition at line 80 of file waitable_event.h.
|
inline |
Definition at line 82 of file waitable_event.h.
|
inline |
Definition at line 83 of file waitable_event.h.
| bool fml::ManualResetWaitableEvent::IsSignaledForTest | ( | ) |
Definition at line 171 of file waitable_event.cc.
| void fml::ManualResetWaitableEvent::Reset | ( | ) |
Definition at line 134 of file waitable_event.cc.
| void fml::ManualResetWaitableEvent::Signal | ( | ) |
Definition at line 127 of file waitable_event.cc.
Referenced by fml::CountDownLatch::CountDown(), fml::CountDownLatch::CountDownLatch(), flutter::AndroidImageGenerator::NativeImageHeaderCallback(), and flutter::PlatformView::NotifyCreated().
| void fml::ManualResetWaitableEvent::Wait | ( | ) |
Definition at line 139 of file waitable_event.cc.
Referenced by fml::CountDownLatch::Wait().
| bool fml::ManualResetWaitableEvent::WaitWithTimeout | ( | TimeDelta | timeout | ) |
Definition at line 152 of file waitable_event.cc.
References FML_DCHECK, and fml::WaitWithTimeoutImpl().