Home
last modified time | relevance | path

Searched defs:wait (Results 126 - 150 of 323) sorted by relevance

12345678910>>...13

/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_thread.h159 inline RK_S32 Condition::wait(Mutex& mutex) in wait() function in Condition
163 inline RK_S32 Condition::wait(Mutex* mutex) in wait() function in Condition
211 void wait() in wait() function in MppMutexCond
215 RK_S32 wait(RK_S64 timeout) in wait() function in MppMutexCond
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_thread.h169 inline RK_S32 Condition::wait(Mutex& mutex) in wait() function in Condition
173 inline RK_S32 Condition::wait(Mutex* mutex) in wait() function in Condition
213 void wait() { mCondition.wait(mLock); } in wait() function in MppMutexCond
214 RK_S32 wait(RK_S64 timeout) { return mCondition.timedwait(mLock, timeout); } in wait() function in MppMutexCond
/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpp_thread.h157 inline signed int Condition::wait(Mutex &mutex) in wait() function in Condition
161 inline signed int Condition::wait(Mutex *mutex) in wait() function in Condition
209 void wait() in wait() function in MppMutexCond
213 signed int wait(RK_S64 timeout) in wait() function in MppMutexCond
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_irq_linux.c248 wait_queue_head_t wait; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_irq_linux.c213 wait_queue_head_t wait; member
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-fence.c708 struct default_wait_cb *wait in dma_fence_default_wait_cb() local
[all...]
/third_party/backends/backend/
H A Drts8891_low.c596 rts8891_park (struct Rts8891_Device *device, SANE_Byte *regs, SANE_Bool wait) in rts8891_park() argument
[all...]
/third_party/mesa3d/bin/pick/
H A Dcore_test.py258 async def wait(self) -> int: member in TestResolveNomination.FakeSubprocess
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_bo.c305 struct drm_v3d_wait_bo wait = { in v3dv_bo_wait() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_bufmgr.c534 struct drm_vc4_wait_seqno wait = { in vc4_wait_seqno_ioctl() local
576 struct drm_vc4_wait_bo wait = { in vc4_wait_bo_ioctl() local
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_framebuffer.c673 int64_t wait = (min_swap_period - delta) * fudge; in wait_swap_interval() local
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dpb_buffer_simple_fenced.c361 fenced_manager_check_signalled_locked(struct fenced_manager *fenced_mgr, boolean wait) fenced_manager_check_signalled_locked() argument
454 fenced_buffer_create_gpu_storage_locked(struct fenced_manager *fenced_mgr, struct fenced_buffer *fenced_buf, const struct pb_desc *desc, boolean wait) fenced_buffer_create_gpu_storage_locked() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_query.c233 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 Dvirgl_query.c174 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 Dv3d_bufmgr.c457 struct drm_v3d_wait_bo wait = { in v3d_wait_bo_ioctl() local
/third_party/mesa3d/src/intel/tools/
H A Dintel_sanitize_gpu.c257 struct drm_i915_gem_wait wait = { in exec_and_check_padding() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw_sm.c308 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 Dtransport.cc293 bool wait = !(pos_ < size_); in WaitForDebugStubEvent() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.c185 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 Diris_monitor.c280 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 Dvk_sync.h220 VkResult (*wait)(struct vk_device *device, global() member
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.c337 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 Dnvc0_query_hw.c308 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 Dlocks.py200 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 Dprocess.py377 from multiprocessing.connection import wait namespace
388 from multiprocessing.connection import wait namespace

Completed in 31 milliseconds

12345678910>>...13