![]() |
naev 0.12.6
|
Thread data. More...
Data Fields | |
| int(* | function )(void *) |
| void * | data |
| int | signal |
| SDL_sem * | semaphore |
| ThreadQueue * | idle |
| ThreadQueue * | stopped |
Thread data.
Definition at line 90 of file threadpool.c.
| void* ThreadData::data |
Definition at line 92 of file threadpool.c.
| int(* ThreadData::function) (void *) |
Definition at line 91 of file threadpool.c.
| ThreadQueue* ThreadData::idle |
Definition at line 96 of file threadpool.c.
| SDL_sem* ThreadData::semaphore |
Definition at line 94 of file threadpool.c.
| int ThreadData::signal |
Definition at line 93 of file threadpool.c.
| ThreadQueue* ThreadData::stopped |
Definition at line 97 of file threadpool.c.