Go to the source code of this file.
Functions | |
void | NutThreadInit () |
void | NutThreadSwitch (void) |
Switch to another thread. | |
HANDLE | NutThreadCreate (char *name, void(*fn)(void *), void *arg, size_t stackSize) |
Create a new thread. | |
Variables | |
pthread_attr_t | attr |
pthread_mutex_t | thread_mutex |
pthread_cond_t | main_cv |
uint16_t | main_cs_level |