class HCThreadMutex

class of thread mutex

Public Methods

[more] HCThreadMutex()
Constructor
[more] ~HCThreadMutex()
Destructor
[more]int acquire()
lock mutex.
[more]int release()
unlock mutex.


Documentation

class of thread mutex
o HCThreadMutex()
Constructor

o ~HCThreadMutex()
Destructor

oint acquire()
lock mutex.

Returns:
if success, return 0. otherwise return -1.

oint 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++.