#include <critsec.h>
Public Member Functions | |
| CritSec () | |
| ~CritSec () | |
| sint32 | lock (int *refcount=NULL) RO |
| sint32 | unlock (void) RO |
| CritSec () | |
| ~CritSec () | |
| sint32 | lock (int *refcount=NULL) RO |
| sint32 | unlock (void) RO |
Protected Attributes | |
| pthread_mutex_t | Mutex_ |
| pthread_t | ThreadId_ |
| int | RefCount_ |
| CritSec::CritSec | ( | ) |
Definition at line 25 of file critsec.cpp.
| CritSec::~CritSec | ( | ) |
Definition at line 35 of file critsec.cpp.
| CritSec::CritSec | ( | ) |
| CritSec::~CritSec | ( | ) |
Definition at line 52 of file critsec.cpp.
| sint32 CritSec::unlock | ( | void | ) |
Definition at line 96 of file critsec.cpp.
| sint32 CritSec::unlock | ( | void | ) |