thread.c File Reference

Go to the source code of this file.

Functions

void NutThreadInit (void)
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

© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/