Lely core libraries 2.3.4
|
The parameters used for creating fibers on this thread and the list of unused fibers. More...
Data Fields | |
size_t | refcnt |
The number of invocations of ev_fiber_thrd_init() minus the the number of invocation of ev_fiber_thrd_fini() for this thread. | |
int | flags |
The flags used when creating each fiber. | |
size_t | stack_size |
The size (in bytes) of the stack frame allocated for each fiber. | |
size_t | max_unused |
The maximum number of unused fibers for this thread. | |
struct ev_fiber_ctx * | unused |
The list of unused fibers. | |
size_t | num_unused |
The number of unused fibers. | |
struct ev_fiber_ctx * | curr |
A pointer to the currently running fiber. | |
fiber_t * | prev |
A pointer to the previously running (suspended) fiber. | |
The parameters used for creating fibers on this thread and the list of unused fibers.
Definition at line 55 of file fiber_exec.c.