Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
|
Go to the source code of this file.
Data Structures | |
struct | coroutine_context |
Macros | |
#define | COROUTINE __attribute__((noreturn)) void |
#define | COROUTINE_LIMITED_ADDRESS_SPACE |
Typedefs | |
typedef COROUTINE(* | coroutine_start) (struct coroutine_context *from, struct coroutine_context *self) |
Enumerations | |
enum | { COROUTINE_REGISTERS = 8 } |
Functions | |
struct coroutine_context * | coroutine_transfer (struct coroutine_context *current, struct coroutine_context *target) |
#define COROUTINE __attribute__((noreturn)) void |
typedef COROUTINE(* coroutine_start) (struct coroutine_context *from, struct coroutine_context *self) |
struct coroutine_context * coroutine_transfer | ( | struct coroutine_context * | current, |
struct coroutine_context * | target | ||
) |