Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
Go to the source code of this file.
Data Structures | |
struct | coroutine_context |
Macros | |
#define | COROUTINE __declspec(noreturn) void |
Typedefs | |
typedef void(* | coroutine_start) (struct coroutine_context *from, struct coroutine_context *self) |
Enumerations | |
enum | { COROUTINE_REGISTERS = 8, COROUTINE_XMM_REGISTERS = 1+10*2 } |
Functions | |
void | coroutine_trampoline () |
struct coroutine_context * | coroutine_transfer (struct coroutine_context *current, struct coroutine_context *target) |
typedef void(* coroutine_start) (struct coroutine_context *from, struct coroutine_context *self) |
anonymous enum |
void coroutine_trampoline | ( | ) |
struct coroutine_context* coroutine_transfer | ( | struct coroutine_context * | current, |
struct coroutine_context * | target | ||
) |