Typedefs | |
| typedef void * | fcontext_t |
Functions | |
| BOOST_CONTEXT_DECL intptr_t BOOST_CONTEXT_CALLDECL | jump_fcontext (fcontext_t *ofc, fcontext_t nfc, intptr_t vp, bool preserve_fpu=true) |
| BOOST_CONTEXT_DECL fcontext_t BOOST_CONTEXT_CALLDECL | make_fcontext (void *sp, std::size_t size, void(*fn)(intptr_t)) |
| typedef void* boost::context::fcontext_t |
| BOOST_CONTEXT_DECL intptr_t BOOST_CONTEXT_CALLDECL boost::context::jump_fcontext | ( | fcontext_t * | ofc, |
| fcontext_t | nfc, | ||
| intptr_t | vp, | ||
| bool | preserve_fpu = true |
||
| ) |
| BOOST_CONTEXT_DECL fcontext_t BOOST_CONTEXT_CALLDECL boost::context::make_fcontext | ( | void * | sp, |
| std::size_t | size, | ||
| void(*)(intptr_t) | fn | ||
| ) |