|
Ardour
9.2-129-gdf5e1050bd
|
#include <mutex_test.h>
Public Member Functions | |
| MutexTest () | |
| void | test_mutex () |
| void | test_cond () |
Private Member Functions | |
| CPPUNIT_TEST_SUITE (MutexTest) | |
| CPPUNIT_TEST (test_mutex) | |
| CPPUNIT_TEST (test_cond) | |
| CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
| PBD::Mutex | _mutex |
| PBD::Cond | _cond |
Definition at line 5 of file mutex_test.h.
| MutexTest::MutexTest | ( | ) |
|
private |
|
private |
|
private |
|
private |
| void MutexTest::test_cond | ( | ) |
| void MutexTest::test_mutex | ( | ) |
|
private |
Definition at line 19 of file mutex_test.h.
|
private |
Definition at line 18 of file mutex_test.h.