Home
last modified time | relevance | path

Searched defs:wait (Results 176 – 200 of 1825) sorted by relevance

12345678910>>...73

/aosp_15_r20/external/mesa3d/src/intel/executor/
H A Dexecutor_main.c496 struct drm_i915_gem_wait wait = {0}; in executor_context_dispatch() local
588 struct drm_syncobj_wait wait = { in executor_context_dispatch() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/concurrent/futures/
D_base.py263 def wait(fs, timeout=None, return_when=ALL_COMPLETED): function
627 def shutdown(self, wait=True, *, cancel_futures=False): argument
/aosp_15_r20/external/python/cpython3/Lib/concurrent/futures/
D_base.py263 def wait(fs, timeout=None, return_when=ALL_COMPLETED): function
627 def shutdown(self, wait=True, *, cancel_futures=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/concurrent/futures/
D_base.py263 def wait(fs, timeout=None, return_when=ALL_COMPLETED): function
627 def shutdown(self, wait=True, *, cancel_futures=False): argument
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/
H A DHeapDumpTrigger.kt306 val wait = in <lambda>() constant
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DFileStore.cpp460 void FileStore::wait(const std::vector<std::string>& keys) { in wait() function in c10d::FileStore
464 void FileStore::wait( in wait() function in c10d::FileStore
H A DTCPStore.cpp543 void TCPStore::wait(const std::vector<std::string>& keys) { in wait() function in c10d::TCPStore
547 void TCPStore::wait( in wait() function in c10d::TCPStore
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/concurrent/futures/
D_base.py263 def wait(fs, timeout=None, return_when=ALL_COMPLETED): function
627 def shutdown(self, wait=True, *, cancel_futures=False): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/concurrent/futures/
H A D_base.py263 def wait(fs, timeout=None, return_when=ALL_COMPLETED): function
627 def shutdown(self, wait=True, *, cancel_futures=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/concurrent/futures/
D_base.py263 def wait(fs, timeout=None, return_when=ALL_COMPLETED): function
627 def shutdown(self, wait=True, *, cancel_futures=False): argument
/aosp_15_r20/developers/build/lib/
HDbuildSrc.jar ... .Iterable) public synthetic void super$1$wait () public synthetic void super$2$execute ...
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp342 …ready(struct d3d12_screen* screen, struct d3d12_context* ctx, struct d3d12_query* query, bool wait) in query_ensure_ready()
589 bool wait, in d3d12_get_query_result()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_fenced.c393 bool wait) in fenced_manager_check_signalled_locked()
565 bool wait) in fenced_buffer_create_gpu_storage_locked()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/
H A Dagx_query.c388 bool wait, union pipe_query_result *vresult) in agx_get_query_result()
686 bool wait = ctx->cond_mode != PIPE_RENDER_COND_NO_WAIT && in agx_render_condition_check_inner() local
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c920 unsigned int wait, const u8 *dst, in hapd_drv_send_action()
968 unsigned int wait, const u8 *dst, const u8 *data, in hostapd_drv_send_action()
977 unsigned int wait, const u8 *dst, in hostapd_drv_send_action_addr3_ap()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c378 bool wait, in r600_query_sw_get_result()
1281 struct pipe_query *query, bool wait, in r600_get_query_result()
1313 bool wait, union pipe_query_result *result) in r600_query_hw_get_result()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.c413 static bool si_query_sw_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_query_sw_get_result()
1455 static bool si_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, in si_get_query_result()
1479 static bool si_query_hw_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_query_hw_get_result()
/aosp_15_r20/external/musl/src/process/
H A Dwait.c3 pid_t wait(int *status) in wait() function
/aosp_15_r20/external/trusty/musl/src/process/
Dwait.c3 pid_t wait(int *status) in wait() function
/aosp_15_r20/frameworks/native/services/surfaceflinger/Utils/
H A DOnceFuture.h40 void wait() { in wait() function
/aosp_15_r20/art/artd/binder/com/android/server/art/
H A DIArtdNotification.aidl32 boolean wait(int timeoutMs); in wait() method
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/process/
Dmod.rs7 pub(crate) mod wait; module
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/process/
Dmod.rs4 pub(crate) mod wait; module
/aosp_15_r20/external/pigweed/pw_web/log-viewer/src/utils/
H A Dthrottle.ts31 const remainingWait = lastCallTime ? wait - (now - lastCallTime) : 0; constant
/aosp_15_r20/external/trusty/lk/platform/
Ddebug.c37 __WEAK int platform_pgetc(char *c, bool wait) in platform_pgetc()

12345678910>>...73