#include <Mutex.h>
Public Member Functions | |
| GlobalData () | |
| Create the synchronization object. | |
| ~GlobalData () | |
| Destroy the synchronization object. | |
| void | lock () |
| Lock the system-level mutex. | |
| void | unlock () |
| Unlock the system level mutex. | |
Friends | |
| class | Mutex |
1.3.9.1