acl  3.5.3.0
acl_pthread_cond_t结构体 参考

#include <acl_pthread.h>

+ acl_pthread_cond_t 的协作图:

Public 属性

acl_pthread_mutex_tlock
 
int waiting
 
int nsignal
 
ACL_SEM * wait_sem
 
ACL_SEM * wait_done
 
char dynamic
 

详细描述

在文件 acl_pthread.h107 行定义.

类成员变量说明

◆ dynamic

char acl_pthread_cond_t::dynamic

在文件 acl_pthread.h113 行定义.

◆ lock

acl_pthread_mutex_t* acl_pthread_cond_t::lock

在文件 acl_pthread.h108 行定义.

◆ nsignal

int acl_pthread_cond_t::nsignal

在文件 acl_pthread.h110 行定义.

◆ wait_done

ACL_SEM* acl_pthread_cond_t::wait_done

在文件 acl_pthread.h112 行定义.

◆ wait_sem

ACL_SEM* acl_pthread_cond_t::wait_sem

在文件 acl_pthread.h111 行定义.

◆ waiting

int acl_pthread_cond_t::waiting

在文件 acl_pthread.h109 行定义.


该结构体的文档由以下文件生成: