Home
last modified time | relevance | path

Searched refs:wait_for (Results 1 – 25 of 63) sorted by relevance

123

/openbsd/gnu/llvm/lldb/source/API/
H A DSBAttachInfo.cpp30 SBAttachInfo::SBAttachInfo(const char *path, bool wait_for) in SBAttachInfo() argument
32 LLDB_INSTRUMENT_VA(this, path, wait_for); in SBAttachInfo()
36 m_opaque_sp->SetWaitForLaunch(wait_for); in SBAttachInfo()
39 SBAttachInfo::SBAttachInfo(const char *path, bool wait_for, bool async) in SBAttachInfo() argument
41 LLDB_INSTRUMENT_VA(this, path, wait_for, async); in SBAttachInfo()
45 m_opaque_sp->SetWaitForLaunch(wait_for); in SBAttachInfo()
/openbsd/gnu/llvm/libcxx/include/
H A Dcondition_variable50 wait_for(unique_lock<mutex>& lock,
55 wait_for(unique_lock<mutex>& lock,
95 wait_for(Lock& lock,
100 wait_for(Lock& lock,
160 wait_for(_Lock& __lock,
166 wait_for(_Lock& __lock,
247 condition_variable_any::wait_for(_Lock& __lock,
256 condition_variable_any::wait_for(_Lock& __lock,
H A Dfuture169 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
196 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
223 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
250 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
277 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
1092 {return __state_->wait_for(__rel_time);}
1179 {return __state_->wait_for(__rel_time);}
1261 {return __state_->wait_for(__rel_time);}
2272 {return __state_->wait_for(__rel_time);}
2342 {return __state_->wait_for(__rel_time);}
[all …]
H A D__mutex_base315 wait_for(unique_lock<mutex>& __lk,
321 wait_for(unique_lock<mutex>& __lk,
437 condition_variable::wait_for(unique_lock<mutex>& __lk,
469 condition_variable::wait_for(unique_lock<mutex>& __lk,
514 wait_for(__lk, __tp - _Clock::now());
/openbsd/gnu/llvm/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c85 void wait_for(pid_t child) { in wait_for() function
107 wait_for(child); \
244 wait_for(child); in call_posix_spawn()
262 wait_for(child); in call_posix_spawnp()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBAttachInfo.i20 SBAttachInfo (const char *path, bool wait_for);
22 SBAttachInfo (const char *path, bool wait_for, bool async);
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBAttachInfo.h35 SBAttachInfo(const char *path, bool wait_for);
59 SBAttachInfo(const char *path, bool wait_for, bool async);
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DFifoFiles.cpp65 if (future->wait_for(timeout) == std::future_status::timeout || !line) in ReadJSON()
89 if (future->wait_for(timeout) == std::future_status::timeout || !done) { in SendJSON()
/openbsd/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_gsc_uc_heci_cmd_submit.c89 if (wait_for(i915_request_started(rq), GSC_HECI_REPLY_LATENCY_MS)) in intel_gsc_uc_heci_cmd_submit_packet()
202 if (wait_for(i915_request_started(rq), GSC_HECI_REPLY_LATENCY_MS)) in intel_gsc_uc_heci_cmd_submit_nonpriv()
H A Dintel_gsc_proxy.c150 err = wait_for(*marker != 0, 300); in proxy_send_to_gsc()
266 err = wait_for(gsc->proxy.component, GSC_PROXY_INIT_TIMEOUT_MS); in intel_gsc_proxy_request_handler()
H A Dintel_guc_fw.c190 ret = wait_for(guc_load_done(uncore, &status, &success), 1000); in guc_wait_ucode()
/openbsd/games/cribbage/
H A Dcribbage.h116 void wait_for(int);
H A Dio.c451 wait_for(' '); in do_wait()
459 wait_for(int ch) in wait_for() function
/openbsd/sys/dev/pci/drm/i915/pxp/
H A Dintel_pxp.c373 if (wait_for(intel_pxp_gsccs_is_ready_for_sessions(pxp), 250)) in intel_pxp_get_readiness_status()
376 if (wait_for(pxp_component_bound(pxp), 250)) in intel_pxp_get_readiness_status()
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DPredicate.h130 if (m_condition.wait_for(lock, *timeout, RealCond)) in WaitFor()
/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A D_async.py27 return (yield from asyncio.wait_for(pw.fut, timeout))
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dser-unix.c70 static int wait_for (struct serial *scb, int timeout);
439 wait_for (struct serial *scb, int timeout) in wait_for() function
592 status = wait_for (scb, delta); in do_hardwire_readchar()
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dselftest_rps.c192 if (wait_for(!intel_rps_set(rps, freq), 50)) { in rps_set_check()
288 if (wait_for(intel_uncore_read_fw(gt->uncore, in live_rps_clock_interval()
665 if (wait_for(intel_uncore_read(engine->uncore, CS_GPR(0)), in live_rps_frequency_cs()
804 if (wait_for(READ_ONCE(*cntr), 10)) { in live_rps_frequency_srm()
H A Dintel_gt_mcr.c395 err = wait_for(intel_uncore_read_fw(gt->uncore, in intel_gt_mcr_lock()
888 ret = wait_for(done, slow_timeout_ms); in intel_gt_mcr_wait_for_reg()
/openbsd/gnu/llvm/lldb/tools/driver/
H A DOptions.td22 def wait_for: F<"wait-for">,
26 Alias<wait_for>,
/openbsd/sys/dev/pci/drm/i915/selftests/
H A Digt_spinner.c258 wait_for(i915_seqno_passed(hws_seqno(spin, rq), in igt_wait_for_spinner()
H A Dintel_uncore.c263 if (wait_for(readl(reg) == 0, 100)) { in live_forcewake_ops()
H A Di915_request.c2059 if (wait_for(READ_ONCE(*sema) == 0, 50)) { in measure_semaphore_response()
2070 if (wait_for(READ_ONCE(*sema) == 0, 50)) { in measure_semaphore_response()
2204 if (i > 1 && wait_for(READ_ONCE(sema[i - 1]), 500)) { in measure_busy_dispatch()
2218 wait_for(READ_ONCE(sema[i - 1]), 500); in measure_busy_dispatch()
2501 if (wait_for(READ_ONCE(sema[2 * i]) == -1, 500)) { in measure_preemption()
2529 if (wait_for(READ_ONCE(sema[2 * i - 2]) != -1, 500)) { in measure_preemption()
2616 if (wait_for(READ_ONCE(sema[i]) == -1, 50)) { in measure_completion()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_dsb.c261 if (wait_for(!is_dsb_busy(dev_priv, pipe, dsb->id), 1)) in intel_dsb_wait()
H A Dintel_display_power_well.c321 wait_for((disabled = !(intel_de_read(dev_priv, regs->driver) & in hsw_wait_for_power_well_disable()
541 if (wait_for(intel_dkl_phy_read(dev_priv, DKL_CMN_UC_DW_27(tc_port)) & in icl_tc_phy_aux_power_well_enable()
1099 if (wait_for(COND, 100)) in vlv_set_power_well()
1696 if (wait_for(COND, 100)) in chv_set_pipe_power_well()

123