|
proxygen
|
Public Member Functions | |
| void | updateTriggered () |
| void | waitForUpdate (bool expect=true) |
Public Attributes | |
| std::mutex | m |
| std::condition_variable | cv |
| bool | updated {false} |
Definition at line 115 of file FilePollerTest.cpp.
|
inline |
Definition at line 120 of file FilePollerTest.cpp.
|
inline |
Definition at line 126 of file FilePollerTest.cpp.
References ASSERT_EQ, and folly::symbolizer::test::expect().
| std::condition_variable UpdateSyncState::cv |
Definition at line 117 of file FilePollerTest.cpp.
| std::mutex UpdateSyncState::m |
Definition at line 116 of file FilePollerTest.cpp.
| bool UpdateSyncState::updated {false} |
Definition at line 118 of file FilePollerTest.cpp.