Home
last modified time | relevance | path

Searched defs:timeout (Results 851 - 875 of 1297) sorted by relevance

1...<<31323334353637383940>>...52

/third_party/libuv/src/unix/
H A Dsunos.c147 void uv__io_poll(uv_loop_t* loop, int timeout) { in uv__io_poll() argument
453 timespec_t timeout; uv__fs_event_read() local
[all...]
/third_party/libdrm/include/drm/
H A Dmsm_drm.h127 struct drm_msm_timespec timeout; /* in */ member
237 struct drm_msm_timespec timeout; /* in */ member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_kgsl.c636 tu_WaitForFences(VkDevice _device, uint32_t count, const VkFence *pFences, VkBool32 waitAll, uint64_t timeout) tu_WaitForFences() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_query.c339 struct timespec timeout; in query_wait_available() local
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_types.h152 long timeout; member
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_screen.c839 virgl_fence_finish(struct pipe_screen *screen, struct pipe_context *ctx, struct pipe_fence_handle *fence, uint64_t timeout) virgl_fence_finish() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_kopper.c463 kopper_acquire(struct zink_screen *screen, struct zink_resource *res, uint64_t timeout) in kopper_acquire() argument
558 zink_kopper_acquire(struct zink_context *ctx, struct zink_resource *res, uint64_t timeout) in zink_kopper_acquire() argument
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.c600 virgl_fence_wait(struct virgl_winsys *vws, struct pipe_fence_handle *fence, uint64_t timeout) virgl_fence_wait() argument
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c131 radeon_bo_wait(struct radeon_winsys *rws, struct pb_buffer *_buf, uint64_t timeout, unsigned usage) radeon_bo_wait() argument
/third_party/node/src/
H A Dmodule_wrap.cc375 int64_t timeout = args[0]->IntegerValue(env->context()).FromJust(); in Evaluate() local
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/
H A Dsg.h74 unsigned timeout; member
/third_party/musl/porting/linux/user/src/fortify/
H A Dfortify.c103 int __poll_chk(struct pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) in __poll_chk() argument
110 int __ppoll_chk(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, in __ppoll_chk() argument
/third_party/musl/porting/uniproton/kernel/include/scsi/
H A Dsg.h74 unsigned timeout; member
/third_party/nghttp2/src/
H A Dshrpx_worker.h239 } timeout; member
H A Dnghttp.h83 ev_tstamp timeout; member
/third_party/musl/porting/liteos_m/kernel/include/scsi/
H A Dsg.h74 unsigned timeout; member
/third_party/musl/src/fortify/linux/
H A Dfortify.c114 int __poll_chk(struct pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) in __poll_chk() argument
121 int __ppoll_chk(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, in __ppoll_chk() argument
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_semaphore.h485 static inline size_t vn_sizeof_vkWaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) in vn_sizeof_vkWaitSemaphores() argument
500 static inline void vn_encode_vkWaitSemaphores(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) in vn_encode_vkWaitSemaphores() argument
513 static inline size_t vn_sizeof_vkWaitSemaphores_reply(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) in vn_sizeof_vkWaitSemaphores_reply() argument
527 static inline VkResult vn_decode_vkWaitSemaphores_reply(struct vn_cs_decoder *dec, VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) in vn_decode_vkWaitSemaphores_reply() argument
658 static inline void vn_submit_vkWaitSemaphores(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout, struct vn_instance_submit_command *submit) in vn_submit_vkWaitSemaphores() argument
763 vn_call_vkWaitSemaphores(struct vn_instance *vn_instance, VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) vn_call_vkWaitSemaphores() argument
779 vn_async_vkWaitSemaphores(struct vn_instance *vn_instance, VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) vn_async_vkWaitSemaphores() argument
[all...]
/third_party/mesa3d/include/drm-uapi/
H A Dtegra_drm.h157 __u32 timeout; member
464 __u32 timeout; member
/third_party/lwip/src/core/ipv4/
H A Ddhcp.c1115 u32_t timeout; global() local
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8-posix.cc85 struct timeval timeout; in WaitOnFD() local
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-impl.cc462 protocol::Response V8InspectorImpl::EvaluateScope::setTimeout(double timeout) { in setTimeout() argument
468 std::make_unique<TerminateTask>(m_isolate, m_cancelToken), timeout); in setTimeout() local
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c527 unsigned timeout = 1000; in ddebug_screen_create() local
384 dd_screen_fence_finish(struct pipe_screen *_screen, struct pipe_context *_ctx, struct pipe_fence_handle *fence, uint64_t timeout) dd_screen_fence_finish() argument
/third_party/musl/include/scsi/
H A Dsg.h74 unsigned timeout; member
/third_party/node/deps/openssl/openssl/engines/
H A De_afalg.c134 io_getevents(aio_context_t ctx, long min, long max, struct io_event *events, struct timespec *timeout) io_getevents() argument
271 struct timespec timeout; afalg_fin_cipher_aio() local
[all...]

Completed in 25 milliseconds

1...<<31323334353637383940>>...52