Home
last modified time | relevance | path

Searched refs:wait_ctx (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dsend_to_kdc.c928 struct wait_ctx { struct
941 struct wait_ctx *wait_ctx = iter_ctx; in wait_setup() argument
945 if (h->timeout >= wait_ctx->timenow) in wait_setup()
947 host_connect(wait_ctx->context, wait_ctx->ctx, h); in wait_setup()
955 if (h->timeout < wait_ctx->timenow) { in wait_setup()
959 host_dead(wait_ctx->context, h, "host timed out"); in wait_setup()
962 debug_host(wait_ctx->context, 5, h, "retrying sending to"); in wait_setup()
963 host_next_timeout(wait_ctx->context, h); in wait_setup()
964 host_connected(wait_ctx->context, wait_ctx->ctx, h); in wait_setup()
973 FD_SET(h->fd, &wait_ctx->rfds); in wait_setup()
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/apps/
Dspeed.c469 ASYNC_WAIT_CTX *wait_ctx; member
1235 ret = ASYNC_start_job(&loopargs[i].inprogress_job, loopargs[i].wait_ctx, in run_benchmark()
1273 (loopargs[i].wait_ctx, NULL, &num_job_fds) in run_benchmark()
1280 ASYNC_WAIT_CTX_get_all_fds(loopargs[i].wait_ctx, &job_fd, in run_benchmark()
1317 (loopargs[i].wait_ctx, NULL, &num_job_fds) in run_benchmark()
1324 ASYNC_WAIT_CTX_get_all_fds(loopargs[i].wait_ctx, &job_fd, in run_benchmark()
1338 loopargs[i].wait_ctx, &job_op_count, in run_benchmark()
1880 loopargs[i].wait_ctx = ASYNC_WAIT_CTX_new(); in speed_main()
1881 if (loopargs[i].wait_ctx == NULL) { in speed_main()
3585 ASYNC_WAIT_CTX_free(loopargs[i].wait_ctx); in speed_main()