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


Public 成员函数 | |
| SCond () | |
| 构造函数 | |
| ~SCond () | |
| xwer_t | getCtorRc () |
| xwer_t | unicast () |
| 单播条件量 | |
| xwer_t | broadcast () |
| 广播条件量 | |
| xwer_t | freeze () |
| 冻结条件量 | |
| xwer_t | thaw () |
| 解冻条件量 | |
| xwer_t | grab () |
| xwer_t | put () |
Public 成员函数 继承自 xwos::sync::Cond | |
| struct xwos_cond * | getXwosObj () |
Private 成员函数 | |
| void | operator delete (void *obj)=delete |
静态 Private 成员函数 | |
| static void * | operator new (xwsz_t sz)=delete |
Private 属性 | |
| struct xwos_cond | mCond |
| xwer_t | mCtorRc |
额外继承的成员函数 | |
Protected 成员函数 继承自 xwos::sync::Cond | |
| Cond (xwos_cond *cond) | |
| ~Cond () | |
| xwer_t | unicast () |
| xwer_t | broadcast () |
| xwer_t | freeze () |
| xwer_t | thaw () |
Protected 属性 继承自 xwos::sync::Cond | |
| struct xwos_cond * | mCondPtr |
|
inline |
构造函数

|
inline |
广播条件量
| XWOK | 没有错误 |
| -EFAULT | 无效的指针或空指针 |
| -ENEGATIVE | 条件量对象已被冻结 |
-ENEGATIVE 。 
|
inline |
冻结条件量
| XWOK | 没有错误 |
| -EFAULT | 无效的指针或空指针 |
| -EALREADY | 条件量对象已被冻结 |
-EALREADY 。 
|
privatedelete |
|
staticprivatedelete |
|
inline |
解冻条件量
| XWOK | 没有错误 |
| -EFAULT | 无效的指针或空指针 |
| -EALREADY | 条件量对象未被冻结 |
-EALREADY 。 
|
inline |
单播条件量
| XWOK | 没有错误 |
| -EFAULT | 无效的指针或空指针 |
| -ENEGATIVE | 条件量对象已被冻结 |
-ENEGATIVE 。 