| /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
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| 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/zink/ |
| 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
|
| H A D | zink_query.c | 615 get_query_result(struct pipe_context *pctx, struct pipe_query *q, bool wait, union pipe_query_result *result) get_query_result() argument 1003 zink_get_query_result(struct pipe_context *pctx, struct pipe_query *q, bool wait, union pipe_query_result *result) zink_get_query_result() argument
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_worker.cc | 429 void Worker::wait() { in wait() function in shrpx::Worker
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_renderer.h | 146 VkResult (*wait)(struct vn_renderer *renderer, member 275 vn_renderer_wait(struct vn_renderer *renderer, const struct vn_renderer_wait *wait) vn_renderer_wait() argument
|
| H A D | vn_renderer_vtest.c | 882 vtest_wait(struct vn_renderer *renderer, const struct vn_renderer_wait *wait) in vtest_wait() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_resource.c | 1463 bool wait = ctx->cond_mode != PIPE_RENDER_COND_NO_WAIT && in fd_render_condition_check() local
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
| H A D | dd_context.c | 128 dd_context_get_query_result(struct pipe_context *_pipe, struct pipe_query *query, bool wait, union pipe_query_result *result) dd_context_get_query_result() argument
|
| /third_party/mesa3d/src/gallium/drivers/asahi/ |
| H A D | agx_pipe.c | 88 agx_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *vresult) agx_get_query_result() argument
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_bufmgr.c | 1130 struct drm_i915_gem_wait wait = { crocus_bo_wait() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_context.c | 1002 bool wait = in panfrost_render_condition_check() local 944 panfrost_get_query_result(struct pipe_context *pipe, struct pipe_query *q, bool wait, union pipe_query_result *vresult) panfrost_get_query_result() argument
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_query.c | 394 r600_query_sw_get_result(struct r600_common_context *rctx, struct r600_query *rquery, bool wait, union pipe_query_result *result) r600_query_sw_get_result() argument 1298 r600_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *result) r600_get_query_result() argument 1329 r600_query_hw_get_result(struct r600_common_context *rctx, struct r600_query *rquery, bool wait, union pipe_query_result *result) r600_query_hw_get_result() argument
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | managers.py | 1063 def wait(self, timeout=None): member in ConditionProxy 1096 def wait(self, timeout=None): member in EventProxy 1102 def wait(sel member in BarrierProxy [all...] |
| /third_party/skia/src/gpu/ |
| H A D | GrDirectContext.cpp | 423 bool GrDirectContext::wait(int numSemaphores, const GrBackendSemaphore waitSemaphores[], in wait() function in GrDirectContext
|
| /third_party/python/Lib/test/ |
| H A D | test_asyncgen.py | 1444 async def wait(): function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
| H A D | RPCUtils.h | 1612 void wait() { in wait() function in llvm::ParallelCallGroup
|
| /third_party/python/Lib/ |
| H A D | threading.py | 288 def wait(self, timeout=None): member in Condition 604 def wait(sel member in Event 669 def wait(self, timeout=None): global() member in Barrier [all...] |
| /third_party/python/Modules/clinic/ |
| H A D | _winapi.c.h | 20 int wait; in _winapi_Overlapped_GetOverlappedResult() local
|
| /third_party/rust/crates/nix/src/sys/ |
| H A D | signal.rs | 563 pub fn wait(&self) -> Result<Signal> { in wait() functions
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_hostap.c | 264 hostap_send_mlme(void *priv, const u8 *msg, size_t len, int noack, unsigned int freq, const u16 *csa_offs, size_t csa_offs_len, int no_encrypt, unsigned int wait) hostap_send_mlme() argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
| H A D | hi_osal.h | 90 void *wait; member [all...] |