#include <threads.h>
Public Attributes | |
uint32_t | num_threads |
uint32_t | task [1] |
void * | pool |
uint32_t threads_t::num_threads |
Definition at line 36 of file threads.h.
Referenced by threads_init().
void* threads_t::pool |
Definition at line 38 of file threads.h.
Referenced by threads_init().
uint32_t threads_t::task[1] |
Definition at line 37 of file threads.h.
Referenced by threads_init().