/third_party/python/Lib/multiprocessing/ |
H A D | pool.py | 30 from .connection import wait namespace 764 def wait(self, timeout=None): member in ApplyResult
|
H A D | connection.py | 826 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 D | scheduler.h | 549 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 D | lib.rs | 958 pub fn wait(&self) -> &T { in wait() functions
|
/third_party/rust/crates/once_cell/tests/ |
H A D | it.rs | 365 fn wait() { in wait() functions [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglColorClearCase.cpp | 274 SemaphoreSp wait; member
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 259 check_instr(wait_ctx& ctx, wait_imm& wait, Instruction* instr) in check_instr() argument
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_kopper.c | 157 prune_old_swapchains(struct zink_screen *screen, struct kopper_displaytarget *cdt, bool wait) in prune_old_swapchains() argument
|
H A D | zink_bo.c | 726 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 D | virgl_resource.c | 164 bool wait; in virgl_resource_transfer_prepare() local [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_query.c | 156 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 D | iris_query.c | 601 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 D | si_perfcounter.c | 409 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 D | si_query.c | 436 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 D | crocus_query.c | 651 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 D | tasks.py | 389 async def wait(fs, *, timeout=None, return_when=ALL_COMPLETED): function
|
/third_party/python/Lib/ |
H A D | subprocess.py | 1259 def wait(self, timeout=None): global() member in Popen [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_locks.py | 1081 async def wait(barrier): global() function [all...] |
/third_party/skia/src/image/ |
H A D | SkSurface.cpp | 325 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 D | scheduler.cpp | 249 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 D | overlapped.c.h | 416 BOOL wait = FALSE; in _overlapped_Overlapped_getresult() local [all...] |
/third_party/curl/tests/server/ |
H A D | sockfilt.c | 630 DWORD timeout_ms, wait, nfd, nth, nws, i; in select_ws() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | omx.c | 249 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 D | via_drm.h | 217 int wait; member
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_priv.h | 212 int (*wait)(struct fd_pipe *pipe, const struct fd_fence *fence, member
|