|
XWOS API
4.0
XWOS C/C++ API参考手册
|
静态条件量 更多...
#include <DCond.hxx>


Public 成员函数 | |
| DCond () | |
| 构造函数 | |
| ~DCond () | |
| xwer_t | getCtorRc () |
| xwer_t | acquire () |
| xwer_t | release () |
Public 成员函数 继承自 xwos::sync::Cond | |
| xwer_t | unicast () |
| 单播条件量 | |
| xwer_t | broadcast () |
| 广播条件量 | |
| xwer_t | freeze () |
| 冻结条件量 | |
| xwer_t | thaw () |
| 解冻条件量 | |
| template<xwsz_t TSelNum> | |
| xwer_t | bind (Sel< TSelNum > *sel, long pos) |
| 绑定条件量对象到信号选择器 | |
| template<xwsz_t TSelNum> | |
| xwer_t | bind (Sel< TSelNum > &sel, long pos) |
| template<xwsz_t TSelNum> | |
| xwer_t | unbind (Sel< TSelNum > *sel) |
| 从信号选择器上解绑条件量对象 | |
| template<xwsz_t TSelNum> | |
| xwer_t | unbind (Sel< TSelNum > &sel) |
| struct xwos_cond * | getXwosObj () |
| 获取XWOS对象指针 | |
Private 属性 | |
| xwos_cond_d | mCondDesc |
| xwer_t | mCtorRc |
额外继承的成员函数 | |
Protected 成员函数 继承自 xwos::sync::Cond | |
| Cond () | |
| ~Cond () | |
Protected 属性 继承自 xwos::sync::Cond | |
| struct xwos_cond * | mCondPtr |
|
inline |
构造函数
<No error

|
private |