4 #include "g_mthread_SemaphoreBase.h"
11 G_EXC_DEFINE_MSG ( SemaphoreCountOverflow , SyncObjectException ,
"The semaphore count exceeds the maximum value." );
18 SemaphoreNamed (
const char* name , NamedSyncObjectCreationOptions_t aCreationOptions = g_create_always , GInt32_t initial_count = 0 );
19 SemaphoreNamed (
const SemaphoreNamed& );
20 virtual ~SemaphoreNamed ( );
#define G_EXC_DEFINE_MSG(aexctypename, abaseexctypename, amsg)
Definition: g_exception_macros.h:43
Definition: g.mthread.ThreadSimpleEvent.h:5
Definition: g_mthread_SemaphoreBase.h:10
Definition: g_mthread_SemaphoreNamed.h:13