ThreadCondVar Class Reference
ThreadCondVar Class Reference
#include <
NfcAdaptation.h
>
Inherits ThreadMutex .
Public Member Functions |
|
ThreadCondVar () | |
virtual | ~ThreadCondVar () |
void | signal () |
void | wait () |
operator pthread_cond_t * () | |
operator pthread_mutex_t * () | |
Public Member Functions inherited from ThreadMutex | |
ThreadMutex () | |
virtual | ~ThreadMutex () |
void | lock () |
void | unlock () |
operator pthread_mutex_t * () | |
Detailed Description
Definition at line 40 of file NfcAdaptation.h .
Constructor & Destructor Documentation
ThreadCondVar | ( | ) |
|
virtual |
Member Function Documentation
|
inline |
Definition at line 47 of file NfcAdaptation.h .
|
inline |
Definition at line 48 of file NfcAdaptation.h .
void signal | ( | ) |
void wait | ( | ) |
The documentation for this class was generated from the following file:
- external/libnfc-nci/src/include/ NfcAdaptation.h