Home
last modified time | relevance | path

Searched refs:fcontext_t (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/libcontext/
H A Dlibcontext.cpp1469 static std::map<fcontext_t, FiberData> fiberParams;
1473 auto ctx = (fcontext_t) GetCurrentFiber(); in fiberEntry()
1478 fcontext_t LIBCONTEXT_CALL_CONVENTION make_fcontext(void* sp, size_t size, void(*fn)(intptr_t)) in make_fcontext()
1486fcontext_t ctx = CreateFiberEx( size - 1, size, FIBER_FLAG_FLOAT_SWITCH, (LPFIBER_START_ROUTINE) f… in make_fcontext()
1492 intptr_t LIBCONTEXT_CALL_CONVENTION jump_fcontext( fcontext_t* ofc, fcontext_t nfc, in jump_fcontext()
1503 void LIBCONTEXT_CALL_CONVENTION release_fcontext( fcontext_t ctx ) in release_fcontext()
1532 void LIBCONTEXT_CALL_CONVENTION release_fcontext( fcontext_t ctx ) in release_fcontext()
H A Dlibcontext.h107 typedef void* fcontext_t; typedef
113 void LIBCONTEXT_CALL_CONVENTION release_fcontext( fcontext_t ctx );
115 intptr_t LIBCONTEXT_CALL_CONVENTION jump_fcontext( fcontext_t* ofc, fcontext_t nfc,
117 fcontext_t LIBCONTEXT_CALL_CONVENTION make_fcontext( void* sp, size_t size,
/dports/devel/hyperscan/boost_1_75_0/boost/context/detail/
H A Dfcontext.hpp23 typedef void* fcontext_t; typedef
26 fcontext_t fctx;
31 transfer_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t const to, void * vp);
33 fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( transfer…
37 transfer_t BOOST_CONTEXT_CALLDECL ontop_fcontext( fcontext_t const to, void * vp, transfer_t (* fn)…
/dports/devel/boost-python-libs/boost_1_72_0/boost/context/detail/
H A Dfcontext.hpp23 typedef void* fcontext_t; typedef
26 fcontext_t fctx;
31 transfer_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t const to, void * vp);
33 fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( transfer…
37 transfer_t BOOST_CONTEXT_CALLDECL ontop_fcontext( fcontext_t const to, void * vp, transfer_t (* fn)…
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/context/detail/
H A Dfcontext.hpp23 typedef void* fcontext_t; typedef
26 fcontext_t fctx;
31 transfer_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t const to, void * vp);
33 fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( transfer…
37 transfer_t BOOST_CONTEXT_CALLDECL ontop_fcontext( fcontext_t const to, void * vp, transfer_t (* fn)…
/dports/devel/R-cran-BH/BH/inst/include/boost/context/detail/
H A Dfcontext.hpp23 typedef void* fcontext_t; typedef
26 fcontext_t fctx;
31 transfer_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t const to, void * vp);
33 fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( transfer…
37 transfer_t BOOST_CONTEXT_CALLDECL ontop_fcontext( fcontext_t const to, void * vp, transfer_t (* fn)…
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/context/detail/
H A Dfcontext.hpp23 typedef void* fcontext_t; typedef
26 fcontext_t fctx;
31 transfer_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t const to, void * vp);
33 fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( transfer…
37 transfer_t BOOST_CONTEXT_CALLDECL ontop_fcontext( fcontext_t const to, void * vp, transfer_t (* fn)…
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/context/detail/
H A Dfcontext.hpp23 typedef void* fcontext_t; typedef
26 fcontext_t fctx;
31 transfer_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t const to, void * vp);
33 fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( transfer…
37 transfer_t BOOST_CONTEXT_CALLDECL ontop_fcontext( fcontext_t const to, void * vp, transfer_t (* fn)…
/dports/devel/boost-libs/boost_1_72_0/boost/context/detail/
H A Dfcontext.hpp23 typedef void* fcontext_t; typedef
26 fcontext_t fctx;
31 transfer_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t const to, void * vp);
33 fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( transfer…
37 transfer_t BOOST_CONTEXT_CALLDECL ontop_fcontext( fcontext_t const to, void * vp, transfer_t (* fn)…
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/context/detail/
H A Dfcontext.hpp23 typedef void* fcontext_t; typedef
26 fcontext_t fctx;
31 transfer_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t const to, void * vp);
33 fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( transfer…
37 transfer_t BOOST_CONTEXT_CALLDECL ontop_fcontext( fcontext_t const to, void * vp, transfer_t (* fn)…
/dports/devel/boost-docs/boost_1_72_0/boost/context/detail/
H A Dfcontext.hpp23 typedef void* fcontext_t; typedef
26 fcontext_t fctx;
31 transfer_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t const to, void * vp);
33 fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( transfer…
37 transfer_t BOOST_CONTEXT_CALLDECL ontop_fcontext( fcontext_t const to, void * vp, transfer_t (* fn)…
/dports/devel/pecl-swoole/swoole-4.8.5/include/
H A Dswoole_asm_context.h30 typedef void *fcontext_t;
32 intptr_t jump_fcontext(fcontext_t *ofc, fcontext_t nfc, intptr_t vp, bool preserve_fpu = false);
33 fcontext_t make_fcontext(void *sp, size_t size, void (*fn)(intptr_t));
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/context/
H A Dfcontext.hpp30 typedef void* fcontext_t; typedef
33 intptr_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t * ofc, fcontext_t nfc,
36 fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( intptr_t…
/dports/databases/xtrabackup/boost_1_59_0/boost/context/
H A Dfcontext.hpp30 typedef void* fcontext_t; typedef
33 intptr_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t * ofc, fcontext_t nfc,
36 fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( intptr_t…
/dports/databases/percona57-server/boost_1_59_0/boost/context/
H A Dfcontext.hpp30 typedef void* fcontext_t; typedef
33 intptr_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t * ofc, fcontext_t nfc,
36 fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( intptr_t…
/dports/databases/percona57-client/boost_1_59_0/boost/context/
H A Dfcontext.hpp30 typedef void* fcontext_t; typedef
33 intptr_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t * ofc, fcontext_t nfc,
36 fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( intptr_t…
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/context/
H A Dfcontext.hpp30 typedef void* fcontext_t; typedef
33 intptr_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t * ofc, fcontext_t nfc,
36 fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( intptr_t…
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/context/
H A Dfcontext.hpp30 typedef void* fcontext_t; typedef
33 intptr_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t * ofc, fcontext_t nfc,
36 fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( intptr_t…
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/context/
H A Dfcontext.hpp30 typedef void* fcontext_t; typedef
33 intptr_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t * ofc, fcontext_t nfc,
36 fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( intptr_t…
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/context/
H A Dfcontext.hpp30 typedef void* fcontext_t; typedef
33 intptr_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t * ofc, fcontext_t nfc,
36 fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( intptr_t…
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/context/doc/
H A Dfcontext.qbk8 [section:context Struct fcontext_t]
42 // fcontext_t is placed on top of context stack
43 // a pointer to fcontext_t is returned
44 fcontext_t fc(make_fcontext(sp,size,f));
54 boost::context::fcontext_t fcm,fc1,fc2;
116 boost::context::fcontext_t fcm,fc;
172 [heading `fcontext_t` and related functions]
180 typedef <opaque pointer > fcontext_t;
182 intptr_t jump_fcontext(fcontext_t* ofc,fcontext_t nfc,intptr_t vp,bool preserve_fpu=true);
201 [heading `intptr_t jump_fcontext(fcontext_t* ofc,fcontext_t nfc,intptr_t p,bool preserve_fpu=true)`]
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/context/doc/
H A Dfcontext.qbk8 [section:context Struct fcontext_t]
42 // fcontext_t is placed on top of context stack
43 // a pointer to fcontext_t is returned
44 fcontext_t fc(make_fcontext(sp,size,f));
54 boost::context::fcontext_t fcm,fc1,fc2;
116 boost::context::fcontext_t fcm,fc;
172 [heading `fcontext_t` and related functions]
180 typedef <opaque pointer > fcontext_t;
182 intptr_t jump_fcontext(fcontext_t* ofc,fcontext_t nfc,intptr_t vp,bool preserve_fpu=true);
201 [heading `intptr_t jump_fcontext(fcontext_t* ofc,fcontext_t nfc,intptr_t p,bool preserve_fpu=true)`]
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/context/doc/
H A Dfcontext.qbk8 [section:context Struct fcontext_t]
42 // fcontext_t is placed on top of context stack
43 // a pointer to fcontext_t is returned
44 fcontext_t fc(make_fcontext(sp,size,f));
54 boost::context::fcontext_t fcm,fc1,fc2;
116 boost::context::fcontext_t fcm,fc;
172 [heading `fcontext_t` and related functions]
180 typedef <opaque pointer > fcontext_t;
182 intptr_t jump_fcontext(fcontext_t* ofc,fcontext_t nfc,intptr_t vp,bool preserve_fpu=true);
201 [heading `intptr_t jump_fcontext(fcontext_t* ofc,fcontext_t nfc,intptr_t p,bool preserve_fpu=true)`]
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/context/doc/
H A Dfcontext.qbk8 [section:context Struct fcontext_t]
42 // fcontext_t is placed on top of context stack
43 // a pointer to fcontext_t is returned
44 fcontext_t fc(make_fcontext(sp,size,f));
54 boost::context::fcontext_t fcm,fc1,fc2;
116 boost::context::fcontext_t fcm,fc;
172 [heading `fcontext_t` and related functions]
180 typedef <opaque pointer > fcontext_t;
182 intptr_t jump_fcontext(fcontext_t* ofc,fcontext_t nfc,intptr_t vp,bool preserve_fpu=true);
201 [heading `intptr_t jump_fcontext(fcontext_t* ofc,fcontext_t nfc,intptr_t p,bool preserve_fpu=true)`]
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/context/doc/
H A Dfcontext.qbk8 [section:context Struct fcontext_t]
42 // fcontext_t is placed on top of context stack
43 // a pointer to fcontext_t is returned
44 fcontext_t fc(make_fcontext(sp,size,f));
54 boost::context::fcontext_t fcm,fc1,fc2;
116 boost::context::fcontext_t fcm,fc;
172 [heading `fcontext_t` and related functions]
180 typedef <opaque pointer > fcontext_t;
182 intptr_t jump_fcontext(fcontext_t* ofc,fcontext_t nfc,intptr_t vp,bool preserve_fpu=true);
201 [heading `intptr_t jump_fcontext(fcontext_t* ofc,fcontext_t nfc,intptr_t p,bool preserve_fpu=true)`]
[all …]

12345678910>>...14