Home
last modified time | relevance | path

Searched defs:timeout (Results 176 - 200 of 687) sorted by relevance

12345678910>>...28

/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DSocket.cpp76 timeval timeout = {us / 1000000, us % 1000000}; in select() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DFence.cpp126 GLenum FenceSync::clientWait(GLbitfield flags, GLuint64 timeout) in clientWait() argument
134 void FenceSync::serverWait(GLbitfield flags, GLuint64 timeout) in serverWait() argument
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSocket.cpp77 timeval timeout = { us / 1000000, us % 1000000 }; in select() local
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DVkSwapchainKHR.cpp178 VkResult SwapchainKHR::getNextImage(uint64_t timeout, BinarySemaphore *semaphore, Fence *fence, uint32_t *pImageIndex) in getNextImage() argument
/third_party/openssl/ssl/
H A Dssl_asn1.c26 int64_t timeout; member
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy.c69 struct timeval timeout; in run_everything() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Devent.h172 wait_until( const std::chrono::time_point<Clock, Duration>& timeout) wait_until() argument
[all...]
/third_party/toybox/toys/net/
H A Dnetcat.c63 static void timeout(int signum) in timeout() function
/third_party/tzdata/
H A Ddate.c191 timeout(FILE *fp, char const *format, struct tm const *tmp) in timeout() function
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dclock_test.cc109 const absl::Duration timeout = 48 * d; in TEST() local
52 SleepForBounded(absl::Duration d, absl::Duration lower_bound, absl::Duration upper_bound, absl::Duration timeout, AlarmPolicy alarm_policy, int* attempts) SleepForBounded() argument
84 AssertSleepForBounded(absl::Duration d, absl::Duration early, absl::Duration late, absl::Duration timeout, AlarmPolicy alarm_policy) AssertSleepForBounded() argument
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsyscalls.rs1026 let mut timeout in duration_to_linux() variables
1052 let mut timeout = timeval { duration_to_linux_old() variables
[all...]
/third_party/curl/tests/libtest/
H A Dlib670.c186 struct timeval timeout; in test() local
H A Dlib1515.c77 struct timeval timeout; in do_one_request() local
H A Dlibntlmconnect.c127 long timeout = -99; in test() local
[all...]
/third_party/alsa-lib/test/
H A Dtimer.c25 void read_loop(void *handle, int master_ticks, int timeout) in read_loop() argument
/third_party/backends/backend/
H A Dkvs20xx_cmd.c178 kvs20xx_set_timeout (struct scanner * s, int timeout) in kvs20xx_set_timeout() argument
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusb_handle.c308 int handle_poll(int fd, int timeout) in handle_poll() argument
/third_party/libuv/test/
H A Dbenchmark-udp-pummel.c148 pummel(unsigned int n_senders, unsigned int n_receivers, unsigned long timeout) pummel() argument
H A Dtest-udp-ipv6.c45 static uv_timer_t timeout; variable
/third_party/libuv/docs/code/uvwget/
H A Dmain.c9 uv_timer_t timeout; variable
/third_party/libcoap/src/
H A Dcoap_io_contiki.c42 unsigned timeout; in on_prepare_timer_expired() local
/third_party/libcoap/tests/
H A Dtest_session.c81 timeout(const coap_fixed_point_t ack_timeout, in timeout() function
[all...]
/third_party/libdrm/freedreno/kgsl/
H A Dkgsl_pipe.c60 kgsl_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp, uint64_t timeout) kgsl_pipe_wait() argument
/third_party/mbedtls/library/
H A Dssl_cache.c371 void mbedtls_ssl_cache_set_timeout(mbedtls_ssl_cache_context *cache, int timeout) in mbedtls_ssl_cache_set_timeout() argument
[all...]
/third_party/mbedtls/programs/ssl/
H A Dssl_test_common_source.c226 recv_timeout_cb(void *ctx, unsigned char *buf, size_t len, uint32_t timeout) recv_timeout_cb() argument

Completed in 12 milliseconds

12345678910>>...28