HomeSort by: relevance | last modified time | path
    Searched defs:async_fibre (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/crypto/async/arch/
async_null.h 22 } async_fibre; typedef in typeref:struct:async_fibre_st
async_win.h 25 } async_fibre; typedef in typeref:struct:async_fibre_st
41 int async_fibre_init_dispatcher(async_fibre *fibre);
async_posix.h 62 } async_fibre; typedef in typeref:struct:async_fibre_st
64 static ossl_inline int async_fibre_swapcontext(async_fibre *o, async_fibre *n, int r)
84 int async_fibre_makecontext(async_fibre *fibre);
85 void async_fibre_free(async_fibre *fibre);
  /src/crypto/external/bsd/openssl.old/dist/crypto/async/arch/
async_null.h 22 } async_fibre; typedef in typeref:struct:async_fibre_st
async_posix.h 35 } async_fibre; typedef in typeref:struct:async_fibre_st
37 static ossl_inline int async_fibre_swapcontext(async_fibre *o, async_fibre *n, int r)
53 int async_fibre_makecontext(async_fibre *fibre);
54 void async_fibre_free(async_fibre *fibre);
async_win.h 25 } async_fibre; typedef in typeref:struct:async_fibre_st
33 int async_fibre_init_dispatcher(async_fibre *fibre);
  /src/crypto/external/apache2/openssl/dist/crypto/async/arch/
async_null.h 22 } async_fibre; typedef in typeref:struct:async_fibre_st
async_posix.h 67 } async_fibre; typedef in typeref:struct:async_fibre_st
72 static ossl_inline int async_fibre_swapcontext(async_fibre *o, async_fibre *n, int r)
92 int async_fibre_makecontext(async_fibre *fibre);
93 void async_fibre_free(async_fibre *fibre);
async_win.h 25 } async_fibre; typedef in typeref:struct:async_fibre_st
43 int async_fibre_init_dispatcher(async_fibre *fibre);

Completed in 31 milliseconds