Home
last modified time | relevance | path

Searched defs:HcConditionT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
H A Dhc_condition.h27 typedef struct HcConditionT { struct
32 int (*wait)(struct HcConditionT*); argument
33 void (*notify)(struct HcConditionT*); argument
34 int (*waitWithoutLock)(struct HcConditionT*); argument
35 void (*notifyWithoutLock)(struct HcConditionT*); argument
36 pthread_cond_t cond;
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
H A Dhc_condition.h23 typedef struct HcConditionT { struct
24 int (*wait)(struct HcConditionT*); argument
25 void (*notify)(struct HcConditionT*); argument
26 int (*waitWithoutLock)(struct HcConditionT*); argument
27 void (*notifyWithoutLock)(struct HcConditionT*); argument
28 sem_t sem;