Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Go to the source code of this file.
Data Structures | |
struct | coroutine_context |
Macros | |
#define | COROUTINE __declspec(noreturn) void __fastcall |
#define | COROUTINE_LIMITED_ADDRESS_SPACE |
Typedefs | |
typedef void(__fastcall * | coroutine_start) (struct coroutine_context *from, struct coroutine_context *self) |
Enumerations | |
enum | { COROUTINE_REGISTERS = 4 } |
Functions | |
struct coroutine_context *__fastcall | coroutine_transfer (struct coroutine_context *current, struct coroutine_context *target) |
typedef void(__fastcall * coroutine_start) (struct coroutine_context *from, struct coroutine_context *self) |
struct coroutine_context *__fastcall coroutine_transfer | ( | struct coroutine_context * | current, |
struct coroutine_context * | target | ||
) |