Home
last modified time | relevance | path

Searched refs:async_fibre (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/crypto/async/arch/
Dasync_posix.h62 } async_fibre; typedef
64 static ossl_inline int async_fibre_swapcontext(async_fibre *o, async_fibre *n, int r) in async_fibre_swapcontext()
84 int async_fibre_makecontext(async_fibre *fibre);
85 void async_fibre_free(async_fibre *fibre);
Dasync_win.h25 } async_fibre; typedef
41 int async_fibre_init_dispatcher(async_fibre *fibre);
Dasync_win.c27 async_fibre *fibre = &ctx->dispatcher; in async_local_cleanup()
35 int async_fibre_init_dispatcher(async_fibre *fibre) in async_fibre_init_dispatcher()
Dasync_posix.c35 int async_fibre_makecontext(async_fibre *fibre) in async_fibre_makecontext()
54 void async_fibre_free(async_fibre *fibre) in async_fibre_free()
Dasync_null.h22 } async_fibre; typedef
/third_party/openssl/crypto/async/
Dasync_local.h34 async_fibre dispatcher;
40 async_fibre fibrectx;