ThreadCondVar 类参考
   ThreadCondVar 类参考
  
 
  
   #include <
   
    NfcAdaptation.h
   
   >
  
 
继承了 ThreadMutex 。
    公共成员函数 | 
  |
| ThreadCondVar () | |
| 虚拟 | ~ThreadCondVar () | 
| void | signal () | 
| void | wait () | 
| operator pthread_cond_t * () | |
| operator pthread_mutex_t * () | |
     
    从 
     ThreadMutex
     继承的公共成员函数
    | 
  |
| ThreadMutex () | |
| 虚拟 | ~ThreadMutex () | 
| void | lock () | 
| void | unlock () | 
| operator pthread_mutex_t * () | |
详细说明
定义位于文件 NfcAdaptation.h 的 40 行。
构造函数和析构函数文档
| ThreadCondVar | ( | ) | 
      
  | 
     虚拟 | 
成员函数文档
      
  | 
     内嵌 | 
定义位于文件 NfcAdaptation.h 的 47 行 。
      
  | 
     内嵌 | 
定义位于文件 NfcAdaptation.h 的 48 行 。
| void 信号 | ( | ) | 
| void wait | ( | ) | 
此类的文档是根据以下文件生成的:
- external/libnfc-nci/src/include/ NfcAdaptation.h
 
  
    从