Lely core libraries 2.3.4
|
A thread-local struct containing the fiber associated with the thread and a pointer to the fiber currently running in the thread. More...
Data Fields | |
size_t | refcnt |
The reference counter tracking the number of calls to fiber_thrd_init() minus those to fiber_thrd_fini(). | |
fiber_t | main |
The fiber representing this thread. | |
fiber_t * | curr |
A pointer to the fiber currently running on this thread. | |
A thread-local struct containing the fiber associated with the thread and a pointer to the fiber currently running in the thread.
fiber_t fiber_thrd::main |