Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Macros | Functions
Context.c File Reference
#include "Context.h"

Go to the source code of this file.

Macros

#define __asm__   asm
 

Functions

int coroutine_save_stack (struct coroutine_context *context)
 
 __attribute__ ((noreturn, noinline))
 
 __attribute__ ((noreturn))
 
struct coroutine_contextcoroutine_transfer (struct coroutine_context *current, struct coroutine_context *target)
 

Macro Definition Documentation

◆ __asm__

#define __asm__   asm

Definition at line 12 of file Context.c.

Function Documentation

◆ __attribute__() [1/2]

__attribute__ ( (noreturn)  )

◆ __attribute__() [2/2]

__attribute__ ( (noreturn, noinline)  )

◆ coroutine_save_stack()

int coroutine_save_stack ( struct coroutine_context context)

◆ coroutine_transfer()

struct coroutine_context* coroutine_transfer ( struct coroutine_context current,
struct coroutine_context target 
)