|
xrpld
|

Public Member Functions | |
| template<class Rep, class Period> | |
| bool | waitFor (std::chrono::duration< Rep, Period > const &relTime) |
| void | signal () |
Private Attributes | |
| std::condition_variable | cv_ |
| std::mutex | mutex_ |
| bool | signaled_ = false |
Definition at line 112 of file Path_test.cpp.
| bool xrpl::test::Path_test::Gate::waitFor | ( | std::chrono::duration< Rep, Period > const & | relTime | ) |
Definition at line 124 of file Path_test.cpp.
| void xrpl::test::Path_test::Gate::signal | ( | ) |
Definition at line 133 of file Path_test.cpp.
|
private |
Definition at line 115 of file Path_test.cpp.
|
private |
Definition at line 116 of file Path_test.cpp.
|
private |
Definition at line 117 of file Path_test.cpp.