Home
last modified time | relevance | path

Searched refs:async_fibre_swapcontext (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/crypto/async/
Dasync.c156 if (!async_fibre_swapcontext(&job->fibrectx, in async_start_func()
205 if (!async_fibre_swapcontext(&ctx->dispatcher, in ASYNC_start_job()
241 if (!async_fibre_swapcontext(&ctx->dispatcher, in ASYNC_start_job()
273 if (!async_fibre_swapcontext(&job->fibrectx, in ASYNC_pause_job()
/third_party/openssl/crypto/async/arch/
Dasync_null.h25 # define async_fibre_swapcontext(o,n,r) 0 macro
Dasync_win.h27 # define async_fibre_swapcontext(o,n,r) \ macro
Dasync_posix.h37 static ossl_inline int async_fibre_swapcontext(async_fibre *o, async_fibre *n, int r) in async_fibre_swapcontext() function