Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
sixel_engine Struct Reference
Collaboration diagram for sixel_engine:

Data Fields

pthread_mutex_t lock
 
pthread_cond_t cond
 
work_queue queues [POPULATION]
 
pthread_t tids [POPULATION]
 
bool done
 

Detailed Description

Definition at line 122 of file sixel.c.

Field Documentation

◆ cond

pthread_cond_t cond

Definition at line 124 of file sixel.c.

◆ done

bool done

Definition at line 127 of file sixel.c.

◆ lock

pthread_mutex_t lock

Definition at line 123 of file sixel.c.

◆ queues

Definition at line 125 of file sixel.c.

◆ tids

pthread_t tids[POPULATION]

Definition at line 126 of file sixel.c.


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