#include "ace/pre.h"
#include "ace/ACE_export.h"
#include "ace/OS.h"
#include "ace/SV_Semaphore_Simple.i"
#include "ace/post.h"
Include dependency graph for SV_Semaphore_Simple.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_SV_Semaphore_Simple |
This is a simple semaphore package that assumes there are no race conditions for initialization (i.e., the order of process startup must be well defined). More... |
SV_Semaphore_Simple.h,v 4.24 2002/05/02 04:08:14 ossama Exp