class of thread mutex
Public Methods
-
HCThreadMutex()
- Constructor
-
~HCThreadMutex()
- Destructor
-
int acquire()
- lock mutex.
-
int release()
- unlock mutex.
Documentation
class of thread mutex
HCThreadMutex()
- Constructor
~HCThreadMutex()
- Destructor
int acquire()
- lock mutex.
- Returns:
- if success, return 0.
otherwise return -1.
int release()
- unlock mutex.
- Returns:
- if success, return 0.
otherwise return -1.
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.