Searched refs:SemaphoreSyncObject (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/tools/cppunit/
H A DSemaphoreSyncObject.h11 class CPPUNIT_API SemaphoreSyncObject : public CppUnit::SynchronizedObject::SynchronizationObject { class in inherits:CppUnit::SynchronizedObject::SynchronizationObject
13 SemaphoreSyncObject();
14 virtual ~SemaphoreSyncObject();
24 SemaphoreSyncObject( const SemaphoreSyncObject &copy );
27 void operator =( const SemaphoreSyncObject &copy );
/haiku/src/tools/cppunit/
H A DSemaphoreSyncObject.cpp1 #include <SemaphoreSyncObject.h>
5 SemaphoreSyncObject::SemaphoreSyncObject() function in class:SemaphoreSyncObject
9 throw CppUnit::Exception("SemaphoreSyncObject::SemaphoreSyncObject() -- Error creating semaphore");
13 SemaphoreSyncObject::~SemaphoreSyncObject() {
19 SemaphoreSyncObject::lock() {
21 throw CppUnit::Exception("SemaphoreSyncObject::lock() -- Error acquiring semaphore");
26 SemaphoreSyncObject
[all...]
/haiku/src/tests/
H A DUnitTester.cpp9 #include <SemaphoreSyncObject.h>
63 new SemaphoreSyncObject);

Completed in 22 milliseconds