Home
last modified time | relevance | path

Searched defs:coroutine (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/dports/deskutils/spice-gtk/spice-gtk-0.37/src/
H A Dcoroutine.h34 struct coroutine struct
38 int (*release)(struct coroutine *); argument
44 struct coroutine *caller; argument
58 void coroutine_init(struct coroutine *co); argument
/dports/net/gtk-vnc/gtk-vnc-0.7.2/src/
H A Dcoroutine.h32 struct coroutine struct
36 int (*release)(struct coroutine *); argument
42 struct coroutine *caller; argument
53 int coroutine_init(struct coroutine *co); argument
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/static_src/
H A DCompiledCoroutineType.c52 static PyObject *Nuitka_Coroutine_get_name(struct Nuitka_CoroutineObject *coroutine) { in Nuitka_Coroutine_get_name()
78 static PyObject *Nuitka_Coroutine_get_qualname(struct Nuitka_CoroutineObject *coroutine) { in Nuitka_Coroutine_get_qualname()
104 static PyObject *Nuitka_Coroutine_get_cr_await(struct Nuitka_CoroutineObject *coroutine) { in Nuitka_Coroutine_get_cr_await()
117 static PyObject *Nuitka_Coroutine_get_code(struct Nuitka_CoroutineObject *coroutine) { in Nuitka_Coroutine_get_code()
132 static PyObject *Nuitka_Coroutine_get_frame(struct Nuitka_CoroutineObject *coroutine) { in Nuitka_Coroutine_get_frame()
153 static void Nuitka_Coroutine_release_closure(struct Nuitka_CoroutineObject *coroutine) { in Nuitka_Coroutine_release_closure()
613 static bool _Nuitka_Coroutine_close(struct Nuitka_CoroutineObject *coroutine) { in _Nuitka_Coroutine_close()
646 static PyObject *Nuitka_Coroutine_close(struct Nuitka_CoroutineObject *coroutine) { in Nuitka_Coroutine_close()
982 static PyObject *Nuitka_Coroutine_await(struct Nuitka_CoroutineObject *coroutine) { in Nuitka_Coroutine_await()
1012 static void Nuitka_Coroutine_tp_finalize(struct Nuitka_CoroutineObject *coroutine) { in Nuitka_Coroutine_tp_finalize()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/
H A Dcoroutine.hpp31 class coroutine : public reference { class
79 coroutine(T&& r) : reference(std::forward<T>(r)) {} in coroutine() function in sol::coroutine
80 coroutine(lua_nil_t r) : reference(r) {} in coroutine() function in sol::coroutine
81 coroutine(const stack_reference& r) noexcept : coroutine(r.lua_state(), r.stack_index()) {} in coroutine() function in sol::coroutine
82 coroutine(stack_reference&& r) noexcept : coroutine(r.lua_state(), r.stack_index()) {} in coroutine() function in sol::coroutine
84 coroutine(lua_State* L, T&& r) : coroutine(L, sol::ref_index(r.registry_index())) {} in coroutine() function in sol::coroutine
85 coroutine(lua_State* L, int index = -1) : reference(L, index) { in coroutine() function in sol::coroutine
90 coroutine(lua_State* L, ref_index index) : reference(L, index) { in coroutine() function in sol::coroutine
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/sol/
H A Dcoroutine.hpp31 class coroutine : public reference { class
79 coroutine(T&& r) : reference(std::forward<T>(r)) {} in coroutine() function in sol::coroutine
80 coroutine(lua_nil_t r) : reference(r) {} in coroutine() function in sol::coroutine
81 coroutine(const stack_reference& r) noexcept : coroutine(r.lua_state(), r.stack_index()) {} in coroutine() function in sol::coroutine
82 coroutine(stack_reference&& r) noexcept : coroutine(r.lua_state(), r.stack_index()) {} in coroutine() function in sol::coroutine
84 coroutine(lua_State* L, T&& r) : coroutine(L, sol::ref_index(r.registry_index())) {} in coroutine() function in sol::coroutine
85 coroutine(lua_State* L, int index = -1) : reference(L, index) { in coroutine() function in sol::coroutine
90 coroutine(lua_State* L, ref_index index) : reference(L, index) { in coroutine() function in sol::coroutine
/dports/devel/hyperscan/boost_1_75_0/boost/coroutine2/
H A Dcoroutine.hpp25 struct coroutine { struct
26 using pull_type = detail::pull_coroutine< T >;
27 using push_type = detail::push_coroutine< T >;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/coroutine2/
H A Dcoroutine.hpp25 struct coroutine { struct
26 using pull_type = detail::pull_coroutine< T >;
27 using push_type = detail::push_coroutine< T >;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/coroutine2/
H A Dcoroutine.hpp25 struct coroutine { struct
26 typedef detail::pull_coroutine< T > pull_type;
27 typedef detail::push_coroutine< T > push_type;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/coroutine2/
H A Dcoroutine.hpp25 struct coroutine { struct
26 using pull_type = detail::pull_coroutine< T >;
27 using push_type = detail::push_coroutine< T >;
/dports/databases/xtrabackup/boost_1_59_0/boost/coroutine2/
H A Dcoroutine.hpp25 struct coroutine { struct
26 typedef detail::pull_coroutine< T > pull_type;
27 typedef detail::push_coroutine< T > push_type;
/dports/databases/percona57-server/boost_1_59_0/boost/coroutine2/
H A Dcoroutine.hpp25 struct coroutine { struct
26 typedef detail::pull_coroutine< T > pull_type;
27 typedef detail::push_coroutine< T > push_type;
/dports/databases/percona57-client/boost_1_59_0/boost/coroutine2/
H A Dcoroutine.hpp25 struct coroutine { struct
26 typedef detail::pull_coroutine< T > pull_type;
27 typedef detail::push_coroutine< T > push_type;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/coroutine2/
H A Dcoroutine.hpp25 struct coroutine { struct
26 using pull_type = detail::pull_coroutine< T >;
27 using push_type = detail::push_coroutine< T >;
/dports/devel/boost-libs/boost_1_72_0/boost/coroutine2/
H A Dcoroutine.hpp25 struct coroutine { struct
26 using pull_type = detail::pull_coroutine< T >;
27 using push_type = detail::push_coroutine< T >;
/dports/devel/boost-python-libs/boost_1_72_0/boost/coroutine2/
H A Dcoroutine.hpp25 struct coroutine { struct
26 using pull_type = detail::pull_coroutine< T >;
27 using push_type = detail::push_coroutine< T >;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/coroutine2/
H A Dcoroutine.hpp25 struct coroutine { struct
26 typedef detail::pull_coroutine< T > pull_type;
27 typedef detail::push_coroutine< T > push_type;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/coroutine2/
H A Dcoroutine.hpp25 struct coroutine { struct
26 using pull_type = detail::pull_coroutine< T >;
27 using push_type = detail::push_coroutine< T >;
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/coroutine2/
H A Dcoroutine.hpp25 struct coroutine { struct
26 typedef detail::pull_coroutine< T > pull_type;
27 typedef detail::push_coroutine< T > push_type;
/dports/devel/boost-docs/boost_1_72_0/boost/coroutine2/
H A Dcoroutine.hpp25 struct coroutine { struct
26 using pull_type = detail::pull_coroutine< T >;
27 using push_type = detail::push_coroutine< T >;
/dports/lang/micropython/micropython-1.17/tests/basics/
H A Dasync_await2.py9 coroutine = lambda f: f function
12 coroutine = types.coroutine variable
H A Dasync_with2.py9 coroutine = lambda f: f function
12 coroutine = types.coroutine variable
H A Dasync_for2.py9 coroutine = lambda f: f function
12 coroutine = types.coroutine variable
/dports/emulators/qemu5/qemu-5.2.0/tests/
H A Dtest-coroutine.c30 Coroutine *coroutine; in test_in_coroutine() local
50 Coroutine *coroutine; in test_self() local
76 Coroutine *coroutine; in verify_entered_step_1() local
89 Coroutine *coroutine; in test_entered() local
156 Coroutine *coroutine; in test_yield() local
280 Coroutine *coroutine; in test_lifecycle() local
359 Coroutine *coroutine; in perf_lifecycle() local
421 Coroutine *coroutine = qemu_coroutine_create(yield_loop, &i); in perf_yield() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/
H A Dtest-coroutine.c30 Coroutine *coroutine; in test_in_coroutine() local
50 Coroutine *coroutine; in test_self() local
76 Coroutine *coroutine; in verify_entered_step_1() local
89 Coroutine *coroutine; in test_entered() local
156 Coroutine *coroutine; in test_yield() local
280 Coroutine *coroutine; in test_lifecycle() local
359 Coroutine *coroutine; in perf_lifecycle() local
421 Coroutine *coroutine = qemu_coroutine_create(yield_loop, &i); in perf_yield() local
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dtest-coroutine.c30 Coroutine *coroutine; in test_in_coroutine() local
50 Coroutine *coroutine; in test_self() local
76 Coroutine *coroutine; in verify_entered_step_1() local
89 Coroutine *coroutine; in test_entered() local
156 Coroutine *coroutine; in test_yield() local
280 Coroutine *coroutine; in test_lifecycle() local
359 Coroutine *coroutine; in perf_lifecycle() local
421 Coroutine *coroutine = qemu_coroutine_create(yield_loop, &i); in perf_yield() local

12345678910>>...17