|
Gamp v0.0.7-67-g7798ac4
Gamp: Graphics, Audio, Multimedia and Processing
|
Public Member Functions | |
| void | test01_down_wait () |
| Testing jau::latch with set initial count value, count_down() and arrive_and_wait(). | |
| void | test02_down_wait_for () |
| Testing jau::latch with set initial count value, count_down() and arrive_and_wait_for(). | |
| void | test03_down_wait_for () |
| Testing jau::latch default ctor with zero value, then set initial count value, count_down() and wait_for(). | |
| void | test04_up_wait_for () |
| Testing jau::latch with zero initial count value, count_up(), count_down() and wait(). | |
Definition at line 37 of file test_latch01.cpp.
|
inline |
Testing jau::latch with set initial count value, count_down() and arrive_and_wait().
Definition at line 58 of file test_latch01.cpp.
|
inline |
Testing jau::latch with set initial count value, count_down() and arrive_and_wait_for().
Definition at line 87 of file test_latch01.cpp.
|
inline |
Testing jau::latch default ctor with zero value, then set initial count value, count_down() and wait_for().
Definition at line 116 of file test_latch01.cpp.
|
inline |
Testing jau::latch with zero initial count value, count_up(), count_down() and wait().
Definition at line 149 of file test_latch01.cpp.