Home
last modified time | relevance | path

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

/third_party/openssl/crypto/async/arch/
Dasync_null.h27 # define async_fibre_free(f) macro
Dasync_win.h39 # define async_fibre_free(f) (DeleteFiber((f)->fibre)) macro
Dasync_posix.c54 void async_fibre_free(async_fibre *fibre) in async_fibre_free() function
Dasync_posix.h85 void async_fibre_free(async_fibre *fibre);
/third_party/node/deps/openssl/openssl/crypto/async/arch/
Dasync_null.h27 # define async_fibre_free(f) macro
Dasync_win.h39 # define async_fibre_free(f) (DeleteFiber((f)->fibre)) macro
Dasync_posix.c54 void async_fibre_free(async_fibre *fibre) in async_fibre_free() function
Dasync_posix.h85 void async_fibre_free(async_fibre *fibre);
/third_party/openssl/crypto/async/
Dasync.c99 async_fibre_free(&job->fibrectx); in async_job_free()
/third_party/node/deps/openssl/openssl/crypto/async/
Dasync.c99 async_fibre_free(&job->fibrectx); in async_job_free()