Searched defs:HcConditionT (Results 1 – 2 of 2) sorted by relevance
27 typedef struct HcConditionT { struct32 int (*wait)(struct HcConditionT*); argument33 void (*notify)(struct HcConditionT*); argument34 int (*waitWithoutLock)(struct HcConditionT*); argument35 void (*notifyWithoutLock)(struct HcConditionT*); argument36 pthread_cond_t cond;
23 typedef struct HcConditionT { struct24 int (*wait)(struct HcConditionT*); argument25 void (*notify)(struct HcConditionT*); argument26 int (*waitWithoutLock)(struct HcConditionT*); argument27 void (*notifyWithoutLock)(struct HcConditionT*); argument28 sem_t sem;