![]() |
Panoptes 1.0.0
Endpoint Detection and Response
|
#include "mutex.hpp"Go to the source code of this file.
Functions | |
| ERRORCODE | SetEnvironmentMutex () |
| ERRORCODE | MutexExist () |
| ERRORCODE | DestroyMutex () |
Variables | |
| HANDLE | g_mutex |
| ERRORCODE DestroyMutex | ( | ) |
Definition at line 33 of file mutex.cpp.
References CLEAN_HANDLE, g_mutex, and PANO_SUCCESS.
Referenced by CleanupWithError().
| ERRORCODE MutexExist | ( | ) |
Definition at line 19 of file mutex.cpp.
References g_mutex, MUTEX_NOT_SET, PANO_SUCCESS, and SERVICE_MUTEX.
Referenced by WinMain().
| ERRORCODE SetEnvironmentMutex | ( | ) |
Definition at line 5 of file mutex.cpp.
References g_mutex, INVALID_INPUT, PANO_SUCCESS, and SERVICE_MUTEX.
Referenced by WinMain().
| HANDLE g_mutex |
Definition at line 3 of file mutex.cpp.
Referenced by DestroyMutex(), MutexExist(), and SetEnvironmentMutex().