- Test:
- verify the ability of a thread to detect code executing within the thread itself.
- See also
- Thread::invokedWithinThread()
-
thread::ThreadWrapper::invokedWithinThread()
-
steam::control::DispatcherLoop::stateIsSynched()
Definition at line 37 of file thread-wrapper-self-recognition-test.cpp.
|
| static string | firstTok (Arg) |
| | conveniently pick the first token from the argument line
|
| |
| static uint | firstVal (Arg, uint=1) |
| | conveniently use some number given as argument, with optional default
|
| |
| virtual | ~Test ()=default |
| | this is an interface
|
| |
| virtual void | run (Arg arg)=0 |
| |
| void | seedRand () |
| | draw a new random seed from a common nucleus, and re-seed the default-Gen.
|
| |
| lib::Random | makeRandGen () |
| | build a dedicated new RandomGen, seeded from the default-Gen
|
| |
◆ run()
The documentation for this class was generated from the following file: