Searched refs:fibrectx (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/crypto/openssl/crypto/async/
H A Dasync_local.h40 async_fibre fibrectx; member in struct:async_job_st
H A Dasync.c99 async_fibre_free(&job->fibrectx);
127 if (! async_fibre_makecontext(&job->fibrectx)) {
166 if (!async_fibre_swapcontext(&job->fibrectx,
230 &ctx->currjob->fibrectx, 1)) {
273 &ctx->currjob->fibrectx, 1)) {
309 if (!async_fibre_swapcontext(&job->fibrectx,
387 if (job == NULL || !async_fibre_makecontext(&job->fibrectx)) {

Completed in 119 milliseconds