Home
last modified time | relevance | path

Searched refs:notified (Results 1 - 6 of 6) sorted by relevance

/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
H A Dhc_condition.c52 if (hcCond->notified) { in HcCondWaitWithoutLock()
53 hcCond->notified = HC_FALSE; in HcCondWaitWithoutLock()
60 hcCond->notified = HC_FALSE; in HcCondWaitWithoutLock()
72 hcCond->notified = HC_TRUE; in HcCondNotifyWithoutLock()
74 hcCond->notified = HC_FALSE; in HcCondNotifyWithoutLock()
89 if (hcCond->notified) { in HcCondWait()
90 hcCond->notified = HC_FALSE; in HcCondWait()
98 hcCond->notified = HC_FALSE; in HcCondWait()
113 hcCond->notified = HC_TRUE; in HcCondNotify()
115 hcCond->notified in HcCondNotify()
[all...]
/base/security/huks/utils/condition/
H A Dhks_condition.c33 volatile atomic_bool notified; member
47 if (atomic_load(&condition->notified)) { in HksConditionWait()
50 HKS_LOG_ERRNO("HksConditionWait notified pthread_mutex_unlock fail!", unlockRet); in HksConditionWait()
78 if (atomic_compare_exchange_strong(&condition->notified, &flag, true)) { in HksConditionNotify()
106 if (atomic_compare_exchange_strong(&condition->notified, &flag, true)) { in HksConditionNotifyAll()
127 atomic_store(&condition->notified, false); in HksConditionCreate()
/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_async_reply.cpp49 notified = true; in SendAsyncReply()
58 return notified; in WaitForAsyncReply()
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
H A Dhc_condition.h28 HcBool notified; member
/base/powermgr/power_manager/services/zidl/include/
H A Dpower_mgr_async_reply.h50 bool notified {false};
/base/powermgr/power_manager/services/native/src/actions/default/display/
H A Ddevice_state_action.cpp128 bool notified = cancelScreenOffCv_.wait_for(lock, std::chrono::milliseconds(timeoutMs), [this] { in TryToCancelScreenOff() local
131 if (!notified) { in TryToCancelScreenOff()

Completed in 2 milliseconds