libcopp 2.3.1
|
#include <libcopp/utils/config/libcopp_build_features.h>
#include <stdint.h>
#include <cstddef>
#include "libcopp/fcontext/detail/config.hpp"
#include "libcopp/utils/features.h"
Go to the source code of this file.
Data Structures | |
struct | fcontext::transfer_t |
Namespaces | |
namespace | fcontext |
Typedefs | |
using | fcontext::fcontext_t = void * |
Functions | |
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(*fn)(transfer_t)) |
LIBCOPP_BOOST_CONTEXT_DECL transfer_t LIBCOPP_BOOST_CONTEXT_CALLDECL | fcontext::copp_ontop_fcontext_v2 (fcontext_t const to, void *vp, transfer_t(*fn)(transfer_t)) |