| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | gfx10_query.c | 233 static bool gfx10_sh_query_get_result(struct si_context *sctx, struct si_query *rquery, bool wait, in gfx10_sh_query_get_result() argument
|
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| H A D | virgl_query.c | 174 virgl_get_query_result(struct pipe_context *ctx, struct pipe_query *q, bool wait, union pipe_query_result *result) virgl_get_query_result() argument
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3d_bufmgr.c | 457 struct drm_v3d_wait_bo wait = { in v3d_wait_bo_ioctl() local
|
| /third_party/mesa3d/src/intel/tools/ |
| H A D | intel_sanitize_gpu.c | 257 struct drm_i915_gem_wait wait = { in exec_and_check_padding() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_query_hw_sm.c | 308 nv50_hw_sm_query_read_data(uint32_t count[32][4], struct nv50_context *nv50, bool wait, struct nv50_hw_query *hq, const struct nv50_hw_sm_query_cfg *cfg, unsigned mp_count) nv50_hw_sm_query_read_data() argument 334 nv50_hw_sm_get_query_result(struct nv50_context *nv50, struct nv50_hw_query *hq, bool wait, union pipe_query_result *result) nv50_hw_sm_get_query_result() argument
|
| /third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
| H A D | transport.cc | 293 bool wait = !(pos_ < size_); in WaitForDebugStubEvent() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_query_hw.c | 185 fd_hw_get_query_result(struct fd_context *ctx, struct fd_query *q, bool wait, in fd_hw_get_query_result() argument
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_monitor.c | 280 iris_get_monitor_result(struct pipe_context *ctx, struct iris_monitor_object *monitor, bool wait, union pipe_numeric_type_union *result) iris_get_monitor_result() argument
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_sync.h | 220 VkResult (*wait)(struct vk_device *device, global() member [all...] |
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_context.c | 337 bool wait = ice->condition.mode == PIPE_RENDER_COND_WAIT || in crocus_sw_check_cond_render() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_query_hw.c | 308 nvc0_hw_get_query_result(struct nvc0_context *nvc0, struct nvc0_query *q, bool wait, union pipe_query_result *result) nvc0_hw_get_query_result() argument
|
| /third_party/python/Lib/asyncio/ |
| H A D | locks.py | 200 async def wait(self): member in Event 248 async def wait(self): member in Condition 481 async def wait(self): global() member in Barrier [all...] |
| /third_party/python/Lib/multiprocessing/ |
| H A D | process.py | 377 from multiprocessing.connection import wait namespace 388 from multiprocessing.connection import wait namespace
|
| H A D | synchronize.py | 247 def wait(self, timeout=None): member in Condition 344 def wait(self, timeout=None): member in Event
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | gen_vk_internal_shaders.py | 356 def wait(self, queue): member in CompileQueue.CompressAndAppendPreprocessorOutput 396 def wait(self, queue): member in CompileQueue.CompileToSPIRV
|
| H A D | QueryVk.cpp | 495 angle::Result QueryVk::getResult(const gl::Context *context, bool wait) in getResult() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| H A D | Thread.hpp | 225 inline void Event::wait() in wait() function in sw::Event
|
| /third_party/python/Lib/test/ |
| H A D | test_webbrowser.py | 23 def wait(self, seconds=None): member in PopenMock
|
| /third_party/python/Lib/concurrent/futures/ |
| H A D | _base.py | 263 def wait(fs, timeout=None, return_when=ALL_COMPLETED): function [all...] |
| /third_party/skia/tools/calmbench/ |
| H A D | ab.py | 159 def wait(self): member in ThreadRunner
|
| /third_party/toybox/toys/other/ |
| H A D | vmstat.c | 33 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member
|
| /third_party/rust/crates/rustix/src/backend/libc/io/ |
| H A D | epoll.rs | 225 pub fn wait<'context>( in wait() functions
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
| H A D | epoll.rs | 216 pub fn wait<'context>( in wait() functions
|
| /third_party/rust/crates/once_cell/src/ |
| H A D | imp_std.rs | 220 fn wait(queue: &AtomicPtr<Waiter>, mut curr_queue: *mut Waiter) { in wait() functions
|
| /base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
| H A D | peer_binder_catcher.cpp | 222 std::string wait = stringSplit(strList[5], 1); in BinderInfoParser() local [all...] |