plastimatch
|
#include <dlib_threads.h>
Public Member Functions | |
Dlib_semaphore (bool grabbed=false) | |
~Dlib_semaphore () | |
void | grab () |
void | release () |
Public Attributes | |
Dlib_semaphore_private * | d_ptr |
Dlib_semaphore::Dlib_semaphore | ( | bool | grabbed = false | ) |
Dlib_semaphore::~Dlib_semaphore | ( | ) |
void Dlib_semaphore::grab | ( | ) |
void Dlib_semaphore::release | ( | ) |
Dlib_semaphore_private* Dlib_semaphore::d_ptr |