Method |
Description |
|
AcquireReservedMutex ( bool &bHandleObtained ) : void |
|
|
CreateMutexHandle ( bool initiallyOwned, String name, Win32Native securityAttribute, SafeWaitHandle &mutexHandle ) : int |
|
|
Mutex ( ) : System |
|
|
Mutex ( SafeWaitHandle handle ) : System |
|
|
Mutex ( bool initiallyOwned ) : System |
|
|
Mutex ( bool initiallyOwned, String name ) : System |
|
|
Mutex ( bool initiallyOwned, String name, bool &createdNew ) : System |
|
|
MutexCleanupCode ( Object userData, bool exceptionThrown ) : void |
|
|
OpenExisting ( string name ) : Mutex |
|
|
ReleaseMutex ( ) : void |
|
|
ReleaseReservedMutex ( ) : void |
|
|