libcopp 2.3.1
|
Data Structures | |
struct | fcontext_t |
struct | fp_t |
struct | stack_t |
struct | transfer_t |
Typedefs | |
using | fcontext_t = void * |
Functions | |
LIBCOPP_BOOST_CONTEXT_DECL transfer_t LIBCOPP_BOOST_CONTEXT_CALLDECL | copp_jump_fcontext_v2 (fcontext_t const to, void *vp) |
LIBCOPP_BOOST_CONTEXT_DECL fcontext_t LIBCOPP_BOOST_CONTEXT_CALLDECL | copp_make_fcontext_v2 (void *sp, std::size_t size, void(*fn)(transfer_t)) |
LIBCOPP_BOOST_CONTEXT_DECL transfer_t LIBCOPP_BOOST_CONTEXT_CALLDECL | copp_ontop_fcontext_v2 (fcontext_t const to, void *vp, transfer_t(*fn)(transfer_t)) |
using fcontext::fcontext_t = typedef void* |
Definition at line 27 of file fcontext.hpp.
LIBCOPP_BOOST_CONTEXT_DECL transfer_t LIBCOPP_BOOST_CONTEXT_CALLDECL fcontext::copp_jump_fcontext_v2 | ( | fcontext_t const | to, |
void * | vp | ||
) |
LIBCOPP_BOOST_CONTEXT_DECL fcontext_t LIBCOPP_BOOST_CONTEXT_CALLDECL fcontext::copp_make_fcontext_v2 | ( | void * | sp, |
std::size_t | size, | ||
void(*)(transfer_t) | fn | ||
) |
Referenced by coroutine_context::create().
LIBCOPP_BOOST_CONTEXT_DECL transfer_t LIBCOPP_BOOST_CONTEXT_CALLDECL fcontext::copp_ontop_fcontext_v2 | ( | fcontext_t const | to, |
void * | vp, | ||
transfer_t(*)(transfer_t) | fn | ||
) |