![]() |
CMGDK r49-rc2
|
#include <ProcMutex.H>
公有成员 | |
ProcMutex () | |
~ProcMutex () | |
bool | Create (const char *) |
创建进程排斥 | |
void | Clear () |
清除进程排斥 | |
bool | Lock () |
锁定 | |
bool | TryLock () |
尝试锁定 | |
bool | Unlock () |
解锁 |
进程排斥
hgl::ProcMutex::ProcMutex | ( | ) |
hgl::ProcMutex::~ProcMutex | ( | ) | [inline] |
void hgl::ProcMutex::Clear | ( | ) |
清除进程排斥
bool hgl::ProcMutex::Create | ( | const char * | name | ) |
创建进程排斥
bool hgl::ProcMutex::Lock | ( | ) |
锁定
bool hgl::ProcMutex::TryLock | ( | ) |
尝试锁定
bool hgl::ProcMutex::Unlock | ( | ) |
解锁