Home
last modified time | relevance | path

Searched refs:HcConditionT (Results 1 – 4 of 4) sorted by relevance

/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
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
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
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
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/
Dhc_condition.c20 int HcCondWait(struct HcConditionT* hcCond) in HcCondWait()
33 void HcCondNotify(struct HcConditionT* hcCond) in HcCondNotify()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
Dhc_condition.c47 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()