Fawkes API Fawkes Development Version
|
Test class for WaitConditions This class tets basic functionality of WaitConditions, mainly thread cancellation problems. More...
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 47 of file test_wait_condition.cpp.
|
inlineprotected |
Definition at line 50 of file test_wait_condition.cpp.
|
inlineprotectedvirtual |
Definition at line 53 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 63 of file test_wait_condition.cpp.
References thread_params::cond.