Searched refs:waitfd (Results 1 - 4 of 4) sorted by relevance
/third_party/curl/tests/libtest/ |
H A D | lib677.c | 55 struct curl_waitfd waitfd; in test() local 73 waitfd.events = state ? CURL_WAIT_POLLIN : CURL_WAIT_POLLOUT; in test() 74 waitfd.revents = 0; in test() 76 waitfd.fd = sock; in test() 78 curl_multi_wait(mcurl, &waitfd, sock == CURL_SOCKET_BAD ? 0 : 1, 500, in test() 80 if((sock != CURL_SOCKET_BAD) && (waitfd.revents & waitfd.events)) { in test()
|
/third_party/openssl/test/ |
H A D | asynctest.c | 80 static int waitfd(void *args) in waitfd() function 262 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds() 271 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds() 286 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds() 298 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_afalg.c | 180 OSSL_ASYNC_FD waitfd, void *custom) in afalg_waitfd_cleanup() 182 close(waitfd); in afalg_waitfd_cleanup() 199 /* Get waitfd from ASYNC_WAIT_CTX if it is already set */ in afalg_setup_async_event_notification() 204 * waitfd is not set in ASYNC_WAIT_CTX, create a new one in afalg_setup_async_event_notification() 179 afalg_waitfd_cleanup(ASYNC_WAIT_CTX *ctx, const void *key, OSSL_ASYNC_FD waitfd, void *custom) afalg_waitfd_cleanup() argument
|
/third_party/openssl/engines/ |
H A D | e_afalg.c | 180 OSSL_ASYNC_FD waitfd, void *custom) in afalg_waitfd_cleanup() 182 close(waitfd); in afalg_waitfd_cleanup() 199 /* Get waitfd from ASYNC_WAIT_CTX if it is already set */ in afalg_setup_async_event_notification() 204 * waitfd is not set in ASYNC_WAIT_CTX, create a new one in afalg_setup_async_event_notification() 179 afalg_waitfd_cleanup(ASYNC_WAIT_CTX *ctx, const void *key, OSSL_ASYNC_FD waitfd, void *custom) afalg_waitfd_cleanup() argument
|
Completed in 4 milliseconds