Home
last modified time | relevance | path

Searched refs:timeout (Results 1351 - 1375 of 1423) sorted by relevance

1...<<51525354555657

/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dbio.h132 # define BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT 45/* Next DTLS handshake timeout
710 int BIO_do_connect_retry(BIO *bio, int timeout, int nap_milliseconds);
/third_party/rust/crates/libc/src/
H A Dwasi.rs679 pub fn poll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int) -> ::c_int; in poll()
/third_party/python/Modules/_decimal/tests/
H A Ddeccheck.py1295 test = q.get(block=False, timeout=-1)
/third_party/python/Lib/test/
H A Dtest_signal.py584 # the full socketpair buffer, so use a timeout of 50 ms instead.
679 # use a subprocess to have only one thread, to have a timeout on the
722 stdout, stderr = process.communicate(timeout=support.SHORT_TIMEOUT)
822 self.skipTest("timeout: likely cause: machine too slow or load too "
842 self.skipTest("timeout: likely cause: machine too slow or load too "
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs1043 timeout: ::c_int, in epoll_wait()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant_i.h404 unsigned int timeout; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_handles.hpp7698 uint64_t timeout,
7704 uint64_t timeout,
9232 uint64_t timeout,
9237 uint64_t timeout,
9359 uint64_t timeout,
9368 uint64_t timeout,
11033 uint64_t timeout,
11038 uint64_t timeout,
11155 uint64_t timeout,
11161 uint64_t timeout,
[all...]
H A Dvulkan_funcs.hpp1533 uint64_t timeout,
1538 m_device, fenceCount, reinterpret_cast<const VkFence *>( pFences ), static_cast<VkBool32>( waitAll ), timeout ) );
1546 uint64_t timeout, in waitForFences()
1554 timeout ) ); in waitForFences()
6795 uint64_t timeout,
6800 d.vkWaitSemaphores( m_device, reinterpret_cast<const VkSemaphoreWaitInfo *>( pWaitInfo ), timeout ) );
6806 const VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo & waitInfo, uint64_t timeout, Dispatch const & d ) const in waitSemaphores()
6810 d.vkWaitSemaphores( m_device, reinterpret_cast<const VkSemaphoreWaitInfo *>( &waitInfo ), timeout ) ); in waitSemaphores()
7376 uint64_t timeout,
7385 timeout,
1544 waitForFences( ArrayProxy<const VULKAN_HPP_NAMESPACE::Fence> const & fences, VULKAN_HPP_NAMESPACE::Bool32 waitAll, uint64_t timeout, Dispatch const & d ) const waitForFences() argument
6805 waitSemaphores( const VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo & waitInfo, uint64_t timeout, Dispatch const & d ) const waitSemaphores() argument
7394 acquireNextImageKHR( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, uint64_t timeout, VULKAN_HPP_NAMESPACE::Semaphore semaphore, VULKAN_HPP_NAMESPACE::Fence fence, Dispatch const & d ) const acquireNextImageKHR() argument
15825 waitSemaphoresKHR( const VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo & waitInfo, uint64_t timeout, Dispatch const & d ) const waitSemaphoresKHR() argument
16473 waitForPresentKHR( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, uint64_t presentId, uint64_t timeout, Dispatch const & d ) const waitForPresentKHR() argument
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp1258 VkResult vkWaitForFences( VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 waitAll, uint64_t timeout ) const VULKAN_HPP_NOEXCEPT
1260 return ::vkWaitForFences( device, fenceCount, pFences, waitAll, timeout );
2210 VkResult vkWaitSemaphores( VkDevice device, const VkSemaphoreWaitInfo * pWaitInfo, uint64_t timeout ) const VULKAN_HPP_NOEXCEPT
2212 return ::vkWaitSemaphores( device, pWaitInfo, timeout );
2512 VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t * pImageIndex ) const VULKAN_HPP_NOEXCEPT
2514 return ::vkAcquireNextImageKHR( device, swapchain, timeout, semaphore, fence, pImageIndex );
4286 VkResult vkWaitSemaphoresKHR( VkDevice device, const VkSemaphoreWaitInfo * pWaitInfo, uint64_t timeout ) const VULKAN_HPP_NOEXCEPT
4288 return ::vkWaitSemaphoresKHR( device, pWaitInfo, timeout );
4412 VkResult vkWaitForPresentKHR( VkDevice device, VkSwapchainKHR swapchain, uint64_t presentId, uint64_t timeout ) const VULKAN_HPP_NOEXCEPT
4414 return ::vkWaitForPresentKHR( device, swapchain, presentId, timeout );
[all...]
H A Dvulkan_funcs.hpp1502 uint64_t timeout,
1507 d.vkWaitForFences( m_device, fenceCount, reinterpret_cast<const VkFence *>( pFences ), static_cast<VkBool32>( waitAll ), timeout ) );
1515 uint64_t timeout, in waitForFences()
1521 d.vkWaitForFences( m_device, fences.size(), reinterpret_cast<const VkFence *>( fences.data() ), static_cast<VkBool32>( waitAll ), timeout ) ); in waitForFences()
6502 uint64_t timeout,
6506 return static_cast<Result>( d.vkWaitSemaphores( m_device, reinterpret_cast<const VkSemaphoreWaitInfo *>( pWaitInfo ), timeout ) );
6512 Device::waitSemaphores( const VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo & waitInfo, uint64_t timeout, Dispatch const & d ) const in waitSemaphores() argument
6517 static_cast<VULKAN_HPP_NAMESPACE::Result>( d.vkWaitSemaphores( m_device, reinterpret_cast<const VkSemaphoreWaitInfo *>( &waitInfo ), timeout ) ); in waitSemaphores()
7877 uint64_t timeout,
7885 m_device, static_cast<VkSwapchainKHR>( swapchain ), timeout, static_cas
1513 waitForFences( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::Fence> const & fences, VULKAN_HPP_NAMESPACE::Bool32 waitAll, uint64_t timeout, Dispatch const & d ) const waitForFences() argument
7890 acquireNextImageKHR( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, uint64_t timeout, VULKAN_HPP_NAMESPACE::Semaphore semaphore, VULKAN_HPP_NAMESPACE::Fence fence, Dispatch const & d ) const acquireNextImageKHR() argument
16770 waitSemaphoresKHR( const VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo & waitInfo, uint64_t timeout, Dispatch const & d ) const waitSemaphoresKHR() argument
17404 waitForPresentKHR( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain, uint64_t presentId, uint64_t timeout, Dispatch const & d ) const waitForPresentKHR() argument
[all...]
H A Dvulkan_core.h3964 typedef VkResult (VKAPI_PTR *PFN_vkWaitForFences)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout);
4272 uint64_t timeout);
6410 typedef VkResult (VKAPI_PTR *PFN_vkWaitSemaphores)(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout);
6469 uint64_t timeout);
7711 uint64_t timeout; member
7741 typedef VkResult (VKAPI_PTR *PFN_vkAcquireNextImageKHR)(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t* pImageIndex);
7769 uint64_t timeout,
9550 uint64_t timeout; member
10096 typedef VkResult (VKAPI_PTR *PFN_vkWaitSemaphoresKHR)(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout);
10108 uint64_t timeout);
[all...]
H A Dvulkan_handles.hpp9100 uint64_t timeout,
9106 uint64_t timeout,
10441 uint64_t timeout,
10446 uint64_t timeout,
10674 uint64_t timeout,
10682 uint64_t timeout,
12304 uint64_t timeout,
12309 uint64_t timeout,
12410 uint64_t timeout,
12416 uint64_t timeout,
[all...]
/third_party/backends/sanei/
H A Dsanei_usb.c3583 sanei_usb_set_timeout (SANE_Int __sane_unused__ timeout) in sanei_usb_set_timeout() argument
3589 libusb_timeout = timeout; in sanei_usb_set_timeout()
3591 usb_manager_timeout = timeout; in sanei_usb_set_timeout()
3788 xmlNewProp(e_tx, (const xmlChar*)"error", (const xmlChar*)"timeout"); in sanei_usb_record_read_bulk()
4810 xmlNewProp(e_tx, (const xmlChar*)"error", (const xmlChar*)"timeout"); in sanei_usb_record_read_int()
4880 if (sanei_usb_check_attr(node, "error", "timeout", __func__)) in sanei_usb_replay_read_int()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3952 timeout: *const ::timespec, in aio_suspend()
4076 pub fn aio_waitcomplete(iocbp: *mut *mut aiocb, timeout: *mut ::timespec) -> ::ssize_t; in aio_waitcomplete()
4250 timeout: *const ::timespec, in recvmmsg()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES3.cpp4658 GLuint64 timeout) in ValidateClientWaitSync()
4686 GLuint64 timeout) in ValidateWaitSync()
4700 if (timeout != GL_TIMEOUT_IGNORED) in ValidateWaitSync()
4654 ValidateClientWaitSync(const Context *context, angle::EntryPoint entryPoint, GLsync sync, GLbitfield flags, GLuint64 timeout) ValidateClientWaitSync() argument
4682 ValidateWaitSync(const Context *context, angle::EntryPoint entryPoint, GLsync sync, GLbitfield flags, GLuint64 timeout) ValidateWaitSync() argument
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp4017 bool GrGLGpu::waitSync(GrGLsync sync, uint64_t timeout, bool flush) { in waitSync() argument
4020 if (!timeout) { in waitSync()
4028 // Ignore non-zero timeouts. GL_NV_fence has no timeout functionality. in waitSync()
4036 GL_CALL_RET(result, ClientWaitSync(sync, flags, timeout)); in waitSync()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp2016 uint64_t timeout, in overlay_AcquireNextImageKHR()
2026 VkResult result = device_data->vtable.AcquireNextImageKHR(device, swapchain, timeout, in overlay_AcquireNextImageKHR()
2013 overlay_AcquireNextImageKHR( VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t* pImageIndex) overlay_AcquireNextImageKHR() argument
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2776 timeout: *const ::timespec, in sigtimedwait()
3079 timeout: *mut ::timespec, in recvmmsg()
/third_party/vulkan-loader/loader/
H A Dwsi.c537 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkAcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, in vkAcquireNextImageKHR() argument
545 return disp->AcquireNextImageKHR(device, swapchain, timeout, semaphore, fence, pImageIndex); in vkAcquireNextImageKHR()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp326 GLenum INTERNAL_GL_APIENTRY glClientWaitSyncNULL(GLsync sync, GLbitfield flags, GLuint64 timeout) in glClientWaitSyncNULL() argument
3259 void INTERNAL_GL_APIENTRY glWaitSyncNULL(GLsync sync, GLbitfield flags, GLuint64 timeout) {} in glWaitSyncNULL() argument
H A Dnull_functions.h228 GLenum INTERNAL_GL_APIENTRY glClientWaitSyncNULL(GLsync sync, GLbitfield flags, GLuint64 timeout);
2082 void INTERNAL_GL_APIENTRY glWaitSyncNULL(GLsync sync, GLbitfield flags, GLuint64 timeout);
/third_party/glfw/deps/glad/
H A Dvulkan.h2343 uint64_t timeout; member
4883 typedef VkResult (GLAD_API_PTR *PFN_vkAcquireNextImageKHR)(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t * pImageIndex);
5112 typedef VkResult (GLAD_API_PTR *PFN_vkWaitForFences)(VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 waitAll, uint64_t timeout);
5113 typedef VkResult (GLAD_API_PTR *PFN_vkWaitSemaphores)(VkDevice device, const VkSemaphoreWaitInfo * pWaitInfo, uint64_t timeout);
/third_party/skia/third_party/externals/angle2/src/libGL/
H A DlibGL_autogen.cpp3596 GLenum GL_APIENTRY glClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in glClientWaitSync() argument
3598 return GL_ClientWaitSync(sync, flags, timeout); in glClientWaitSync()
3721 void GL_APIENTRY glWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in glWaitSync() argument
3723 return GL_WaitSync(sync, flags, timeout); in glWaitSync()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A DlibGLESv2_autogen.cpp920 GLenum GL_APIENTRY glClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in glClientWaitSync() argument
922 return GL_ClientWaitSync(sync, flags, timeout); in glClientWaitSync()
1522 void GL_APIENTRY glWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in glWaitSync() argument
1524 return GL_WaitSync(sync, flags, timeout); in glWaitSync()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5090 timeout: *const ::timespec, in aio_suspend()
5346 timeout: *const ::timespec, in kevent()
5355 timeout: *const ::timespec, in kevent64()
5731 pub fn gethostuuid(id: *mut u8, timeout: *const ::timespec) -> ::c_int; in gethostuuid()

Completed in 290 milliseconds

1...<<51525354555657