|
OpenVPN
|
#include <win32.h>
Data Fields | |
| const char * | name |
| bool | locked |
| HANDLE | hand |
| HANDLE semaphore::hand |
Definition at line 246 of file win32.h.
Referenced by netcmd_semaphore_lock(), semaphore_close(), semaphore_lock(), semaphore_open(), and semaphore_release().
| bool semaphore::locked |
Definition at line 245 of file win32.h.
Referenced by semaphore_close(), semaphore_lock(), semaphore_open(), and semaphore_release().
| const char* semaphore::name |
Definition at line 244 of file win32.h.
Referenced by semaphore_close(), semaphore_lock(), semaphore_open(), and semaphore_release().