Home
last modified time | relevance | path

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

/third_party/openssl/crypto/async/arch/
Dasync_win.h31 # define async_fibre_makecontext(c) \ macro
35 # define async_fibre_makecontext(c) \ macro
Dasync_null.h26 # define async_fibre_makecontext(c) 0 macro
Dasync_posix.c35 int async_fibre_makecontext(async_fibre *fibre) in async_fibre_makecontext() function
Dasync_posix.h84 int async_fibre_makecontext(async_fibre *fibre);
/third_party/node/deps/openssl/openssl/crypto/async/arch/
Dasync_win.h31 # define async_fibre_makecontext(c) \ macro
35 # define async_fibre_makecontext(c) \ macro
Dasync_null.h26 # define async_fibre_makecontext(c) 0 macro
Dasync_posix.c35 int async_fibre_makecontext(async_fibre *fibre) in async_fibre_makecontext() function
Dasync_posix.h84 int async_fibre_makecontext(async_fibre *fibre);
/third_party/openssl/crypto/async/
Dasync.c127 if (! async_fibre_makecontext(&job->fibrectx)) { in async_get_pool_job()
387 if (job == NULL || !async_fibre_makecontext(&job->fibrectx)) { in ASYNC_init_thread()
/third_party/node/deps/openssl/openssl/crypto/async/
Dasync.c127 if (! async_fibre_makecontext(&job->fibrectx)) { in async_get_pool_job()
387 if (job == NULL || !async_fibre_makecontext(&job->fibrectx)) { in ASYNC_init_thread()