Searched refs:waitfd (Results 1 – 3 of 3) sorted by relevance
/openssl/test/ |
H A D | asynctest.c | 82 static int waitfd(void *args) in waitfd() function 264 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds() 273 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds() 288 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds() 300 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
|
/openssl/doc/man3/ |
H A D | ASYNC_start_job.pod | 293 OSSL_ASYNC_FD waitfd; 330 ASYNC_WAIT_CTX_get_all_fds(ctx, &waitfd, &numfds); 332 FD_SET(waitfd, &waitfdset); 335 select(waitfd + 1, &waitfdset, NULL, NULL, NULL);
|
/openssl/engines/ |
H A D | e_afalg.c | 179 OSSL_ASYNC_FD waitfd, void *custom) in afalg_waitfd_cleanup() argument 181 close(waitfd); in afalg_waitfd_cleanup()
|
Completed in 12 milliseconds