| /third_party/libuv/src/unix/ |
| H A D | sunos.c | 147 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 D | msm_drm.h | 127 struct drm_msm_timespec timeout; /* in */ member 237 struct drm_msm_timespec timeout; /* in */ member
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_kgsl.c | 636 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 D | v3dv_query.c | 339 struct timespec timeout; in query_wait_available() local
|
| /third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
| H A D | ssl_types.h | 152 long timeout; member
|
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| H A D | virgl_screen.c | 839 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 D | zink_kopper.c | 463 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 D | virgl_vtest_winsys.c | 600 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 D | radeon_drm_bo.c | 131 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 D | module_wrap.cc | 375 int64_t timeout = args[0]->IntegerValue(env->context()).FromJust(); in Evaluate() local
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/ |
| H A D | sg.h | 74 unsigned timeout; member
|
| /third_party/musl/porting/linux/user/src/fortify/ |
| H A D | fortify.c | 103 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 D | sg.h | 74 unsigned timeout; member
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_worker.h | 239 } timeout; member
|
| H A D | nghttp.h | 83 ev_tstamp timeout; member
|
| /third_party/musl/porting/liteos_m/kernel/include/scsi/ |
| H A D | sg.h | 74 unsigned timeout; member
|
| /third_party/musl/src/fortify/linux/ |
| H A D | fortify.c | 114 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 D | vn_protocol_driver_semaphore.h | 485 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 D | tegra_drm.h | 157 __u32 timeout; member 464 __u32 timeout; member
|
| /third_party/lwip/src/core/ipv4/ |
| H A D | dhcp.c | 1115 u32_t timeout; global() local [all...] |
| /third_party/node/deps/v8/src/d8/ |
| H A D | d8-posix.cc | 85 struct timeval timeout; in WaitOnFD() local
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-inspector-impl.cc | 462 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 D | dd_screen.c | 527 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 D | sg.h | 74 unsigned timeout; member
|
| /third_party/node/deps/openssl/openssl/engines/ |
| H A D | e_afalg.c | 134 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...] |