Searched refs:async_fibre_swapcontext (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/async/ |
D | async.c | 156 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/ |
D | async_null.h | 25 # define async_fibre_swapcontext(o,n,r) 0 macro
|
D | async_win.h | 27 # define async_fibre_swapcontext(o,n,r) \ macro
|
D | async_posix.h | 37 static ossl_inline int async_fibre_swapcontext(async_fibre *o, async_fibre *n, int r) in async_fibre_swapcontext() function
|