ACE
6.3.3
|
Provide an interface to access a global lock. More...
#include <Static_Object_Lock.h>
Static Public Member Functions | |
static ACE_Recursive_Thread_Mutex * | instance (void) |
Static lock access point. More... | |
static void | cleanup_lock (void) |
Provide an interface to access a global lock.
This class is used to serialize the creation of static singleton objects. It really isn't needed any more, because anyone can access ACE_STATIC_OBJECT_LOCK directly. But, it is retained for backward compatibility.
|
static |
For use only by ACE_Object_Manager to clean up lock if it what dynamically allocated.
|
static |
Static lock access point.