NewMadeleine

Documentation

« back to PM2 home.

#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

Definition at line 741 of file nm_data.h.

Field Documentation

◆ [union]

union { ... } nm_data_coroutine_s::impl

◆ kind

nm_data_coroutine_kind_t nm_data_coroutine_s::kind

Definition at line 743 of file nm_data.h.

◆ p_longjmp

struct nm_data_coroutine_longjmp_s* nm_data_coroutine_s::p_longjmp

Definition at line 747 of file nm_data.h.

◆ p_ucontext

struct nm_data_coroutine_ucontext_s* nm_data_coroutine_s::p_ucontext

Definition at line 746 of file nm_data.h.

◆ p_worker

nm_data_coroutine_worker_t nm_data_coroutine_s::p_worker

Definition at line 749 of file nm_data.h.

◆ p_worker_data

void* nm_data_coroutine_s::p_worker_data

Definition at line 750 of file nm_data.h.


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