Searched refs:HcConditionT (Results 1 – 4 of 4) sorted by relevance
23 typedef struct HcConditionT { struct24 int (*wait)(struct HcConditionT*); argument25 void (*notify)(struct HcConditionT*); argument26 int (*waitWithoutLock)(struct HcConditionT*); argument27 void (*notifyWithoutLock)(struct HcConditionT*); argument
27 typedef struct HcConditionT { struct32 int (*wait)(struct HcConditionT*); argument33 void (*notify)(struct HcConditionT*); argument34 int (*waitWithoutLock)(struct HcConditionT*); argument35 void (*notifyWithoutLock)(struct HcConditionT*); argument
20 int HcCondWait(struct HcConditionT* hcCond) in HcCondWait()33 void HcCondNotify(struct HcConditionT* hcCond) in HcCondNotify()
47 int HcCondWaitWithoutLock(struct HcConditionT* hcCond) in HcCondWaitWithoutLock()65 void HcCondNotifyWithoutLock(struct HcConditionT* hcCond) in HcCondNotifyWithoutLock()79 int HcCondWait(struct HcConditionT* hcCond) in HcCondWait()104 void HcCondNotify(struct HcConditionT* hcCond) in HcCondNotify()