|
Lely core libraries 2.3.2
|
A fiber. More...

Data Fields | |
| fiber_func_t * | func |
| 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_thrd * | thr |
| A pointer to the thread that resumed this fiber. | |
| fiber_t * | from |
| A pointer to the now suspended fiber that resumed this fiber. | |
| sigjmp_buf | env |
| The saved registers and signal mask. | |