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
lacf_thread_info_t Struct Reference
Collaboration diagram for lacf_thread_info_t:
Collaboration graph
[legend]

Data Fields

void(* proc )(void *)
 
void * arg
 
const char * filename
 
int linenum
 
list_node_t node
 

Detailed Description

Definition at line 171 of file thread.h.

Field Documentation

◆ arg

void* arg

Definition at line 173 of file thread.h.

◆ filename

const char* filename

Definition at line 174 of file thread.h.

◆ linenum

int linenum

Definition at line 175 of file thread.h.

◆ node

Definition at line 176 of file thread.h.

◆ proc

void(* proc) (void *)

Definition at line 172 of file thread.h.


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