Home
last modified time | relevance | path

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

/third_party/openssl/crypto/async/arch/
Dasync_null.h28 # define async_fibre_init_dispatcher(f) macro
Dasync_win.h33 int async_fibre_init_dispatcher(async_fibre *fibre);
Dasync_posix.h51 # define async_fibre_init_dispatcher(d) macro
Dasync_win.c35 int async_fibre_init_dispatcher(async_fibre *fibre) in async_fibre_init_dispatcher() function
/third_party/openssl/crypto/async/
Dasync.c46 async_fibre_init_dispatcher(&nctx->dispatcher); in async_ctx_new()