Lely core libraries 2.3.4
fiber Struct Reference

A fiber. More...

Collaboration diagram for fiber:

Data Fields

fiber_func_tfunc
 A pointer to the function to be executed in the fiber.
 
void * arg
 The second argument supplied to func.
 
int flags
 The flags provided to fiber_create().
 
void * data
 A pointer to the data region.
 
struct fiber_thrdthr
 A pointer to the thread that resumed this fiber.
 
fiber_tfrom
 A pointer to the now suspended fiber that resumed this fiber.
 
sigjmp_buf env
 The saved registers and signal mask.
 

Detailed Description

A fiber.

Definition at line 130 of file fiber.c.


The documentation for this struct was generated from the following file: