Home
last modified time | relevance | path

Searched defs:timeout (Results 726 - 750 of 1287) sorted by relevance

1...<<21222324252627282930>>...52

/third_party/ltp/tools/genload/
H A Dgenload.c474 int timeout = global_timeout; in hogcpu() local
550 int timeout = global_timeout; in hogio() local
626 int timeout = global_timeout; hogvm() local
749 int timeout = global_timeout; hoghdd() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_fence.c282 si_fence_finish(struct pipe_screen *screen, struct pipe_context *ctx, struct pipe_fence_handle *fence, uint64_t timeout) si_fence_finish() argument
[all...]
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_fence.h399 static inline size_t vn_sizeof_vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) in vn_sizeof_vkWaitForFences() argument
420 static inline void vn_encode_vkWaitForFences(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) in vn_encode_vkWaitForFences() argument
440 static inline size_t vn_sizeof_vkWaitForFences_reply(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) in vn_sizeof_vkWaitForFences_reply() argument
456 static inline VkResult vn_decode_vkWaitForFences_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) in vn_decode_vkWaitForFences_reply() argument
557 static inline void vn_submit_vkWaitForFences(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout, struct vn_instance_submit_command *submit) in vn_submit_vkWaitForFences() argument
663 vn_call_vkWaitForFences(struct vn_instance *vn_instance, VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) vn_call_vkWaitForFences() argument
679 vn_async_vkWaitForFences(struct vn_instance *vn_instance, VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) vn_async_vkWaitForFences() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.c405 rbug_screen_fence_finish(struct pipe_screen *_screen, struct pipe_context *_ctx, struct pipe_fence_handle *fence, uint64_t timeout) rbug_screen_fence_finish() argument
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_screen.c804 panfrost_fence_finish(struct pipe_screen *pscreen, struct pipe_context *ctx, struct pipe_fence_handle *fence, uint64_t timeout) panfrost_fence_finish() argument
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dhttp_server.c283 http_server_get_asn1_req(const ASN1_ITEM *it, ASN1_VALUE **preq, char **ppath, BIO **pcbio, BIO *acbio, int *found_keep_alive, const char *prog, const char *port, int accept_get, int timeout) http_server_get_asn1_req() argument
/third_party/node/deps/uv/src/unix/
H A Dos390-syscalls.c282 epoll_wait(uv__os390_epoll* lst, struct epoll_event* events, int maxevents, int timeout) epoll_wait() argument
/third_party/node/deps/uv/src/win/
H A Dcore.c426 static void uv__poll_wine(uv_loop_t* loop, DWORD timeout) { in uv__poll_wine() argument
505 uv__poll(uv_loop_t* loop, DWORD timeout) uv__poll() argument
593 DWORD timeout; uv_run() local
[all...]
H A Dthread.c377 int uv_cond_timedwait(uv_cond_t* cond, uv_mutex_t* mutex, uint64_t timeout) { in uv_cond_timedwait() argument
/third_party/python/Python/
H A Dthread_pthread.h443 _PyTime_t timeout; // relative timeout in PyThread_acquire_lock_timed() local
[all...]
/third_party/python/Lib/
H A Dsocketserver.py199 timeout = None variable in BaseServer
554 timeout = 300 global() variable in .ForkingMixIn
792 timeout = None global() variable in StreamRequestHandler
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Drtpoll.c210 struct timeval timeout; in pa_rtpoll_run() local
[all...]
H A Dpoll-win32.c351 pa_poll (struct pollfd *pfd, nfds_t nfd, int timeout) in pa_poll() argument
[all...]
/third_party/pulseaudio/src/modules/dbus/
H A Dmodule-dbus-protocol.c242 DBusTimeout *timeout = userdata; in time_event_cb() local
323 static dbus_bool_t timeout_add_cb(DBusTimeout *timeout, void *data) { in timeout_add_cb() argument
348 timeout_remove_cb(DBusTimeout *timeout, void *data) timeout_remove_cb() argument
360 timeout_toggled_cb(DBusTimeout *timeout, void *data) timeout_toggled_cb() argument
[all...]
/third_party/openssl/apps/lib/
H A Dhttp_server.c283 http_server_get_asn1_req(const ASN1_ITEM *it, ASN1_VALUE **preq, char **ppath, BIO **pcbio, BIO *acbio, int *found_keep_alive, const char *prog, const char *port, int accept_get, int timeout) http_server_get_asn1_req() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDevice.cpp41 const time_point getEndTimePoint(uint64_t timeout, bool &infiniteTimeout) in getEndTimePoint() argument
228 VkResult Device::waitForFences(uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint64_t timeout) in waitForFences() argument
288 VkResult Device::waitForSemaphores(const VkSemaphoreWaitInfo *pWaitInfo, uint64_t timeout) in waitForSemaphores() argument
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dapplicationlayer.c288 SPDY_get_timeout(struct SPDY_Daemon *daemon, unsigned long long *timeout) SPDY_get_timeout() argument
/third_party/python/Modules/_multiprocessing/
H A Dsemaphore.c93 double timeout; in _multiprocessing_SemLock_acquire_impl() local
319 double timeout = PyFloat_AsDouble(timeout_obj); _multiprocessing_SemLock_acquire_impl() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dscheduler.h549 wait( marl::lock& lock, const std::chrono::time_point<Clock, Duration>& timeout, const Predicate& pred) wait() argument
564 wait( const std::chrono::time_point<Clock, Duration>& timeout) wait() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Deloop_win.c55 struct dl_list timeout; member
241 struct eloop_timeout *timeout, *tmp; in eloop_register_timeout() local
285 eloop_remove_timeout(struct eloop_timeout *timeout) eloop_remove_timeout() argument
295 struct eloop_timeout *timeout, *prev; eloop_cancel_timeout() local
318 struct eloop_timeout *timeout, *prev; eloop_cancel_timeout_one() local
542 struct eloop_timeout *timeout; eloop_run() local
652 struct eloop_timeout *timeout, *prev; eloop_destroy() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_shared.c27 u32 timeout, tu; in hostapd_eid_assoc_comeback_time() local
H A Dwnm_ap.c719 int timeout, beacon_int; in set_disassoc_timer() local
874 wnm_send_coloc_intf_req(struct hostapd_data *hapd, struct sta_info *sta, unsigned int auto_report, unsigned int timeout) wnm_send_coloc_intf_req() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Deloop_win.c55 struct dl_list timeout; member
241 struct eloop_timeout *timeout, *tmp; in eloop_register_timeout() local
285 eloop_remove_timeout(struct eloop_timeout *timeout) eloop_remove_timeout() argument
295 struct eloop_timeout *timeout, *prev; eloop_cancel_timeout() local
318 struct eloop_timeout *timeout, *prev; eloop_cancel_timeout_one() local
542 struct eloop_timeout *timeout; eloop_run() local
652 struct eloop_timeout *timeout, *prev; eloop_destroy() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11_shared.c28 u32 timeout, tu; in hostapd_eid_assoc_comeback_time() local
H A Dwnm_ap.c659 int timeout, beacon_int; in set_disassoc_timer() local
812 wnm_send_coloc_intf_req(struct hostapd_data *hapd, struct sta_info *sta, unsigned int auto_report, unsigned int timeout) wnm_send_coloc_intf_req() argument
[all...]

Completed in 22 milliseconds

1...<<21222324252627282930>>...52