Searched defs:hcCond (Results 1 - 2 of 2) sorted by relevance
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/ | ||
H A D | hc_condition.c | 20 int HcCondWait(struct HcConditionT* hcCond)
in HcCondWait() argument 33 void HcCondNotify(struct HcConditionT* hcCond) in HcCondNotify() argument 45 int32_t InitHcCond(HcCondition* hcCond, HcMutex* mutex) in InitHcCond() argument 64 DestroyHcCond(HcCondition* hcCond) DestroyHcCond() argument [all...] |
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ | ||
H A D | hc_condition.c | 47 int HcCondWaitWithoutLock(struct HcConditionT* hcCond)
in HcCondWaitWithoutLock() argument 65 HcCondNotifyWithoutLock(struct HcConditionT* hcCond) HcCondNotifyWithoutLock() argument 79 HcCondWait(struct HcConditionT* hcCond) HcCondWait() argument 104 HcCondNotify(struct HcConditionT* hcCond) HcCondNotify() argument 121 InitHcCond(HcCondition* hcCond, HcMutex* mutex) InitHcCond() argument 162 DestroyHcCond(HcCondition* hcCond) DestroyHcCond() argument [all...] |
Completed in 1 milliseconds