Home
last modified time | relevance | path

Searched refs:async_fibre_makecontext (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/crypto/async/arch/
Dasync_null.h26 # define async_fibre_makecontext(c) 0 macro
Dasync_win.h29 # define async_fibre_makecontext(c) \ macro
Dasync_posix.h53 int async_fibre_makecontext(async_fibre *fibre);
Dasync_posix.c35 int async_fibre_makecontext(async_fibre *fibre) in async_fibre_makecontext() function
/third_party/openssl/crypto/async/
Dasync.c125 if (! async_fibre_makecontext(&job->fibrectx)) { in async_get_pool_job()
351 if (job == NULL || !async_fibre_makecontext(&job->fibrectx)) { in ASYNC_init_thread()