nm_data_coroutine_s Struct Reference
#include <nm_data.h>
Collaboration diagram for nm_data_coroutine_s:

Data Fields | ||
| nm_data_coroutine_kind_t | kind | |
| union { | ||
| struct nm_data_coroutine_ucontext_s * p_ucontext | ||
| struct nm_data_coroutine_longjmp_s * p_longjmp | ||
| } | impl | |
| nm_data_coroutine_worker_t | p_worker | |
| void * | p_worker_data | |
Detailed Description
Field Documentation
◆ [union]
| union { ... } nm_data_coroutine_s::impl |
◆ kind
| nm_data_coroutine_kind_t nm_data_coroutine_s::kind |
◆ p_longjmp
| struct nm_data_coroutine_longjmp_s* nm_data_coroutine_s::p_longjmp |
◆ p_ucontext
| struct nm_data_coroutine_ucontext_s* nm_data_coroutine_s::p_ucontext |
◆ p_worker
| nm_data_coroutine_worker_t nm_data_coroutine_s::p_worker |
◆ p_worker_data
The documentation for this struct was generated from the following file: