Fawkes API
Fawkes Development Version
|
Protected Member Functions | |
void | start_test (void *(*thread_func)(void *)) |
Start threads with the given function, cancel the threads and assert they have terminated. More... | |
Test class for WaitConditions This class tets basic functionality of WaitConditions, mainly thread cancellation problems
Definition at line 46 of file test_wait_condition.cpp.
|
inlineprotected |
Start threads with the given function, cancel the threads and assert they have terminated.
thread_func | The function the threads are started with. |
Definition at line 62 of file test_wait_condition.cpp.
References thread_params::cond.