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

Data Fields

uint64_t refcnt
 
glctx_t * ctx
 
mutex_t lock
 
condvar_t cv_queue
 
condvar_t cv_done
 
list_t queue
 
bool_t shutdown
 
thread_t worker
 

Detailed Description

Definition at line 125 of file mt_cairo_render.c.

Field Documentation

◆ ctx

glctx_t* ctx

Definition at line 127 of file mt_cairo_render.c.

◆ cv_done

condvar_t cv_done

Definition at line 130 of file mt_cairo_render.c.

◆ cv_queue

condvar_t cv_queue

Definition at line 129 of file mt_cairo_render.c.

◆ lock

mutex_t lock

Definition at line 128 of file mt_cairo_render.c.

◆ queue

list_t queue

Definition at line 131 of file mt_cairo_render.c.

◆ refcnt

uint64_t refcnt

Definition at line 126 of file mt_cairo_render.c.

◆ shutdown

bool_t shutdown

Definition at line 132 of file mt_cairo_render.c.

◆ worker

thread_t worker

Definition at line 133 of file mt_cairo_render.c.


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