Go to the source code of this file.
unit test SyncTimedwait_test
Definition in file sync-timedwait-test.cpp.
#include "lib/test/run.hpp"
#include "lib/error.hpp"
#include "lib/sync.hpp"
#include <chrono>
|
using | CLOCK_SCALE = std::milli |
|
using | Dur = std::chrono::duration< double, CLOCK_SCALE > |
|
|
| LAUNCHER (SyncTimedwait_test, "unit common") |
| Register this test class... More...
|
|
|
const milliseconds | TIMEOUT {WAIT_mSec} |
|
const uint | WAIT_mSec = 20 |
| milliseconds to wait before timeout
|
|
|
| lib |
| Implementation namespace for support and library code.
|
|
◆ LAUNCHER()
Register this test class...