Home
last modified time | relevance | path

Searched defs:timeout (Results 876 - 900 of 1171) sorted by relevance

1...<<31323334353637383940>>...47

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_vtest.c455 const uint32_t timeout = poll_timeout >= 0 && poll_timeout <= INT32_MAX in vtest_vcmd_sync_wait() local
872 timeout_to_poll_timeout(uint64_t timeout) in timeout_to_poll_timeout() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c1086 r600_fence_finish(struct pipe_screen *screen, struct pipe_context *ctx, struct pipe_fence_handle *fence, uint64_t timeout) r600_fence_finish() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_all.c106 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_load_http() argument
160 X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_CRL_load_http() argument
92 simple_get_asn1(const char *url, BIO *bio, BIO *rbio, int timeout, const ASN1_ITEM *it) simple_get_asn1() argument
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c243 OSSL_HTTP_REQ_CTX_set_expected(OSSL_HTTP_REQ_CTX *rctx, const char *content_type, int asn1, int timeout, int keep_alive) OSSL_HTTP_REQ_CTX_set_expected() argument
1015 OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX *rctx, const char *path, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_content_type, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_set1_request() argument
1123 OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout) OSSL_HTTP_get() argument
1212 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument
1296 OSSL_HTTP_proxy_connect(BIO *bio, const char *server, const char *port, const char *proxyuser, const char *proxypass, int timeout, BIO *bio_err, const char *prog) OSSL_HTTP_proxy_connect() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_dgram.c205 int timeout; in dgram_adjust_rcv_timeout() local
276 int timeout = data->socket_timeout.tv_sec * 1000 + dgram_reset_rcv_timeout() local
587 int timeout = tv->tv_sec * 1000 + tv->tv_usec / 1000; dgram_ctrl() local
606 int timeout; dgram_ctrl() local
638 int timeout = tv->tv_sec * 1000 + tv->tv_usec / 1000; dgram_ctrl() local
657 int timeout; dgram_ctrl() local
[all...]
H A Dbio_lib.c919 int BIO_do_connect_retry(BIO *bio, int timeout, int nap_milliseconds) in BIO_do_connect_retry() argument
[all...]
/third_party/node/deps/uv/src/unix/
H A Dcore.c383 int timeout; in uv_run() local
1540 struct timespec timeout; in uv_sleep() local
[all...]
H A Daix.c133 void uv__io_poll(uv_loop_t* loop, int timeout) { in uv__io_poll() argument
[all...]
H A Dos390.c804 void uv__io_poll(uv_loop_t* loop, int timeout) { in uv__io_poll() argument
[all...]
H A Dstream.c272 struct timespec timeout; in uv__stream_try_select() local
558 struct timespec timeout = { 0, 1 }; in uv__server_io() local
/third_party/openssl/crypto/bio/
H A Dbss_dgram.c205 int timeout; in dgram_adjust_rcv_timeout() local
276 int timeout = data->socket_timeout.tv_sec * 1000 + dgram_reset_rcv_timeout() local
587 int timeout = tv->tv_sec * 1000 + tv->tv_usec / 1000; dgram_ctrl() local
606 int timeout; dgram_ctrl() local
638 int timeout = tv->tv_sec * 1000 + tv->tv_usec / 1000; dgram_ctrl() local
657 int timeout; dgram_ctrl() local
[all...]
H A Dbio_lib.c919 int BIO_do_connect_retry(BIO *bio, int timeout, int nap_milliseconds) in BIO_do_connect_retry() argument
[all...]
/third_party/openssl/crypto/http/
H A Dhttp_client.c236 OSSL_HTTP_REQ_CTX_set_expected(OSSL_HTTP_REQ_CTX *rctx, const char *content_type, int asn1, int timeout, int keep_alive) OSSL_HTTP_REQ_CTX_set_expected() argument
1004 OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX *rctx, const char *path, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_content_type, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_set1_request() argument
1112 OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout) OSSL_HTTP_get() argument
1201 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument
1285 OSSL_HTTP_proxy_connect(BIO *bio, const char *server, const char *port, const char *proxyuser, const char *proxypass, int timeout, BIO *bio_err, const char *prog) OSSL_HTTP_proxy_connect() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp501 queueSubmit(ProtectedContext& context, ProtectionMode protectionMode, vk::VkQueue queue, vk::VkCommandBuffer cmdBuffer, vk::VkFence fence, deUint64 timeout) queueSubmit() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.cpp616 angle::Result CommandProcessor::finishToSerial(Context *context, Serial serial, uint64_t timeout) in finishToSerial() argument
631 angle::Result CommandProcessor::waitIdle(Context *context, uint64_t timeout) in waitIdle() argument
973 angle::Result CommandQueue::finishToSerial(Context *context, Serial finishSerial, uint64_t timeout) in finishToSerial() argument
1012 angle::Result CommandQueue::waitIdle(Context *context, uint64_t timeout) in waitIdle() argument
750 waitForSerialWithUserTimeout(vk::Context *context, Serial serial, uint64_t timeout, VkResult *result) waitForSerialWithUserTimeout() argument
1102 waitForSerialWithUserTimeout(vk::Context *context, Serial serial, uint64_t timeout, VkResult *result) waitForSerialWithUserTimeout() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_egl_ext_autogen.cpp761 EGL_ClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) EGL_ClientWaitSyncKHR() argument
H A Degl_ext_stubs.cpp22 ClientWaitSyncKHR(Thread *thread, Display *display, Sync *syncObject, EGLint flags, EGLTimeKHR timeout) ClientWaitSyncKHR() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.cpp1436 EGLint EGLAPIENTRY ClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) in ClientWaitSyncKHR() argument
H A Dmain.cpp635 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) in eglClientWaitSyncKHR() argument
640 EGLAPI EGLint EGLAPIENTRY eglClientWaitSync(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) in eglClientWaitSync() argument
/third_party/openssl/crypto/x509/
H A Dx_all.c106 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_load_http() argument
160 X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_CRL_load_http() argument
92 simple_get_asn1(const char *url, BIO *bio, BIO *rbio, int timeout, const ASN1_ITEM *it) simple_get_asn1() argument
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dconnection.c2271 unsigned int timeout; local
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
H A Dproxy.c62 unsigned int timeout; member
977 struct timeval timeout; in run() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_new_connection.c909 struct timeval timeout; in parentproc() local
H A Dtest_notls.c872 struct timeval timeout; in parentproc() local
H A Dtest_request_response.c931 struct timeval timeout; in parentproc() local

Completed in 39 milliseconds

1...<<31323334353637383940>>...47