Home
last modified time | relevance | path

Searched refs:expired (Results 76 - 100 of 189) sorted by relevance

12345678

/third_party/libdrm/amdgpu/
H A Damdgpu_cs.c470 uint32_t *expired) in amdgpu_cs_query_fence_status()
475 if (!fence || !expired || !fence->context) in amdgpu_cs_query_fence_status()
482 *expired = true; in amdgpu_cs_query_fence_status()
486 *expired = false; in amdgpu_cs_query_fence_status()
493 *expired = true; in amdgpu_cs_query_fence_status()
467 amdgpu_cs_query_fence_status(struct amdgpu_cs_fence *fence, uint64_t timeout_ns, uint64_t flags, uint32_t *expired) amdgpu_cs_query_fence_status() argument
/base/update/updateservice/services/core/ability/alarm/src/
H A Dtimer_manager.cpp55 if (weakThis.expired()) { // 判断宿主是否销毁 in RegisterLooperEvent()
/base/update/updateservice/services/utils/src/
H A Ddupdate_net_observer.cpp102 if (callback_.expired()) { in OnNetChange()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dconnector.cpp67 return !source_.expired() && !eventName_.empty() && !funcName_.empty(); in Connect()
H A Dfunctions.cpp52 return !func_.expired(); in ResolveFunction()
/foundation/multimedia/player_framework/services/services/observer/
H A Daccount_observer.cpp60 if (!accountObserverCallBack_.expired()) { in UnregisterAccountObserverCallBack()
H A Dincall_observer.cpp75 if (!inCallObserverCallBack_.expired()) { in UnRegisterInCallObserverCallBack()
/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/
H A Dconstraint_manager_adapter.cpp31 if (stateManager_.expired()) { in Init()
/test/ostest/wukong/component_event/include/
H A Dwukong_tree.h67 TRACK_LOG_STR("current note has parent (%d), Node (0x%016llX)", !parent_.expired(), nodeId_); in GetParent()
/kernel/linux/linux-6.6/block/
H A Dblk-mq.c1578 static bool blk_mq_req_expired(struct request *rq, struct blk_expired_data *expired) in blk_mq_req_expired() argument
1588 if (time_after_eq(expired->timeout_start, deadline)) in blk_mq_req_expired()
1591 if (expired->next == 0) in blk_mq_req_expired()
1592 expired->next = deadline; in blk_mq_req_expired()
1593 else if (time_after(expired->next, deadline)) in blk_mq_req_expired()
1594 expired->next = deadline; in blk_mq_req_expired()
1610 struct blk_expired_data *expired = priv; in blk_mq_check_expired() local
1615 * the expire check is reliable. If the request is not expired, then in blk_mq_check_expired()
1619 if (blk_mq_req_expired(rq, expired)) { in blk_mq_check_expired()
1620 expired in blk_mq_check_expired()
1628 struct blk_expired_data *expired = priv; blk_mq_handle_expired() local
1639 struct blk_expired_data expired = { blk_mq_timeout_work() local
[all...]
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Dinner_event.cpp256 if (!owner_.expired()) { in Dump()
286 if (!owner_.expired()) { in TraceInfo()
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_user_history.cpp215 if (!bundleActiveCore_.expired()) { in ReportUsage()
254 if (!bundleActiveCore_.expired()) { in SetAppGroup()
/foundation/communication/nfc/services/src/tag/
H A Dwifi_connection_manager.cpp111 if (nfcService_.expired()) { in SendMsgToEvtHandler()
112 ErrorLog("nfcService expired"); in SendMsgToEvtHandler()
125 if (nfcService_.expired()) { in RemoveMsgFromEvtHandler()
126 ErrorLog("nfcService expired"); in RemoveMsgFromEvtHandler()
H A Dbt_connection_manager.cpp96 if (nfcService_.expired()) { in SendMsgToEvtHandler()
97 ErrorLog("nfcService expired"); in SendMsgToEvtHandler()
111 if (nfcService_.expired()) { in SendConnMsgToEvtHandler()
112 ErrorLog("nfcService expired"); in SendConnMsgToEvtHandler()
129 if (nfcService_.expired()) { in RemoveMsgFromEvtHandler()
130 ErrorLog("nfcService expired"); in RemoveMsgFromEvtHandler()
/third_party/node/deps/npm/node_modules/pacote/lib/
H A Dregistry.js198 `but the corresponding public key has expired ${publicKey.expires}`
286 `but the corresponding public key has expired ${publicKey.expires}`
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_stress.c193 uint32_t expired; in submit_ib() local
265 0, &expired); in submit_ib()
H A Dhotunplug_tests.c178 uint32_t expired; in amdgpu_cs_sync() local
182 0, &expired); in amdgpu_cs_sync()
H A Dsyncobj_tests.c103 uint32_t expired; in syncobj_command_submission_helper() local
177 AMDGPU_TIMEOUT_INFINITE,0, &expired); in syncobj_command_submission_helper()
/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/
H A Djs_ability_monitor.cpp109 if (!abilityObj.expired()) { in CallLifecycleCBFunction()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/container/
H A Dfind_cache.h56 return !container_.expired();
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dstream_id_manager.h66 if (!streamIDManagerInner_.expired()) { in OnPlayFinished()
/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dmifare_ultralight_tag.cpp53 if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_A_TECH) || in GetTag()
/third_party/python/Lib/asyncio/
H A Dtimeouts.py22 EXPIRED = "expired"
72 def expired(self) -> bool: member in Timeout
73 """Is timeout expired during execution?"""
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp69 if (wss_.expired()) { in Init()
70 WS_HILOGE("wss_ expired"); in Init()
319 if (wss_.expired()) { in OnPolicyChanged()
320 WS_HILOGE("wss_ expired"); in OnPolicyChanged()
402 if (wss_.expired()) { in RealStartWork()
403 WS_HILOGE("wss_ expired"); in RealStartWork()
481 if (wss_.expired()) { in WatchdogTimeOut()
482 WS_HILOGE("wss_ expired"); in WatchdogTimeOut()
/third_party/node/lib/
H A D_http_server.js622 const expired = this[kConnections].expired(this.headersTimeout, this.requestTimeout);
624 for (let i = 0; i < expired.length; i++) {
625 const socket = expired[i].socket;

Completed in 17 milliseconds

12345678