Ruby  2.7.0p0(2019-12-25revision647ee6f091eafcce70ffb75ddf7e121e192ab217)
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 
)