libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
taskq_thr_t Struct Reference
Collaboration diagram for taskq_thr_t:
Collaboration graph
[legend]

Data Fields

taskq_t * tq
 
thread_t thr
 
void * thr_info
 
list_node_t node
 

Detailed Description

Definition at line 40 of file taskq.c.

Field Documentation

◆ node

Definition at line 44 of file taskq.c.

◆ thr

thread_t thr

Definition at line 42 of file taskq.c.

◆ thr_info

void* thr_info

Definition at line 43 of file taskq.c.

◆ tq

taskq_t* tq

Definition at line 41 of file taskq.c.


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