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/
H A Dhc_condition.h23 typedef struct HcConditionT { struct
24 int (*wait)(struct HcConditionT*);
25 void (*notify)(struct HcConditionT*);
26 int (*waitWithoutLock)(struct HcConditionT*);
27 void (*notifyWithoutLock)(struct HcConditionT*);
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
H A Dhc_condition.h27 typedef struct HcConditionT { struct
32 int (*wait)(struct HcConditionT*);
33 void (*notify)(struct HcConditionT*);
34 int (*waitWithoutLock)(struct HcConditionT*);
35 void (*notifyWithoutLock)(struct HcConditionT*);
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
H A 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()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/
H A Dhc_condition.c20 int HcCondWait(struct HcConditionT* hcCond) in HcCondWait()
33 void HcCondNotify(struct HcConditionT* hcCond) in HcCondNotify()

Completed in 1 milliseconds