Home
last modified time | relevance | path

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

123456789

/third_party/python/Lib/multiprocessing/
H A Dpool.py30 from .connection import wait namespace
764 def wait(self, timeout=None): member in ApplyResult
H A Dconnection.py826 def wait(object_list, timeout=None): function
916 def wait(object_list, timeout=None): function
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dscheduler.h549 bool Scheduler::Fiber::wait( wait() function in marl::Scheduler::Fiber
559 void Scheduler::Fiber::wait() { wait() function in marl::Scheduler::Fiber
564 bool Scheduler::Fiber::wait( wait() function in marl::Scheduler::Fiber
[all...]
/third_party/rust/crates/once_cell/src/
H A Dlib.rs958 pub fn wait(&self) -> &T { in wait() functions
/third_party/rust/crates/once_cell/tests/
H A Dit.rs365 fn wait() { in wait() functions
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglColorClearCase.cpp274 SemaphoreSp wait; member
/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_waitcnt.cpp259 check_instr(wait_ctx& ctx, wait_imm& wait, Instruction* instr) in check_instr() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_kopper.c157 prune_old_swapchains(struct zink_screen *screen, struct kopper_displaytarget *cdt, bool wait) in prune_old_swapchains() argument
H A Dzink_bo.c726 buffer_commit_single(struct zink_screen *screen, struct zink_resource *res, struct zink_bo *bo, uint32_t bo_offset, uint32_t offset, uint32_t size, bool commit, VkSemaphore wait) in buffer_commit_single() argument
875 texture_commit_single(struct zink_screen *screen, struct zink_resource *res, VkSparseImageMemoryBind *ibind, unsigned num_binds, bool commit, VkSemaphore wait) in texture_commit_single() argument
900 texture_commit_miptail(struct zink_screen *screen, struct zink_resource *res, struct zink_bo *bo, uint32_t bo_offset, uint32_t offset, bool commit, VkSemaphore wait) in texture_commit_miptail() argument
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.c164 bool wait; in virgl_resource_transfer_prepare() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c156 get_query_result_vgpu9(struct svga_context *svga, struct svga_query *sq, bool wait, uint64_t *result) get_query_result_vgpu9() argument
585 get_query_result_vgpu10(struct svga_context *svga, struct svga_query *sq, bool wait, void *result, int resultLen) get_query_result_vgpu10() argument
1084 svga_get_query_result(struct pipe_context *pipe, struct pipe_query *q, bool wait, union pipe_query_result *vresult) svga_get_query_result() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_query.c601 iris_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *result) iris_get_query_result() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_perfcounter.c409 static bool si_pc_query_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_pc_query_get_result() argument
H A Dsi_query.c436 static bool si_query_sw_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_query_sw_get_result() argument
1464 static bool si_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, in si_get_query_result() argument
1488 bool si_query_hw_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_query_hw_get_result() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_query.c651 crocus_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *result) crocus_get_query_result() argument
/third_party/python/Lib/asyncio/
H A Dtasks.py389 async def wait(fs, *, timeout=None, return_when=ALL_COMPLETED): function
/third_party/python/Lib/
H A Dsubprocess.py1259 def wait(self, timeout=None): global() member in Popen
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_locks.py1081 async def wait(barrier): global() function
[all...]
/third_party/skia/src/image/
H A DSkSurface.cpp325 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in wait() function in SkSurface
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dscheduler.cpp249 void Scheduler::Fiber::wait(marl::lock& lock, const Predicate& pred) { in wait() function in marl::Scheduler::Fiber
426 bool Scheduler::Worker::wait(const TimePoint* timeout) { in wait() function in marl::Scheduler::Worker
435 bool Scheduler::Worker::wait(lock& waitLock, in wait() function in marl::Scheduler::Worker
745 void Scheduler::Worker::Work::wait(F&& f) { wait() function in marl::Scheduler::Worker::Work
[all...]
/third_party/python/Modules/clinic/
H A Doverlapped.c.h416 BOOL wait = FALSE; in _overlapped_Overlapped_getresult() local
[all...]
/third_party/curl/tests/server/
H A Dsockfilt.c630 DWORD timeout_ms, wait, nfd, nth, nws, i; in select_ws() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Domx.c249 get_buffer(pthread_mutex_t *mutex, pthread_cond_t *cond, int* array_size, OMX_BUFFERHEADERTYPE **array, int wait) get_buffer() argument
/third_party/libdrm/include/drm/
H A Dvia_drm.h217 int wait; member
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_priv.h212 int (*wait)(struct fd_pipe *pipe, const struct fd_fence *fence, member

Completed in 39 milliseconds

123456789