threads.c File Reference

Go to the source code of this file.

Functions

void Thread1 (void *arg)
void Thread2 (void *arg)
int main (void)

Function Documentation

void Thread1 ( void *  arg  ) 

Definition at line 60 of file threads.c.

References NutSleep(), NutThreadSetPriority(), and putchar().

void Thread2 ( void *  arg  ) 

Definition at line 75 of file threads.c.

References NutSleep(), NutThreadSetPriority(), and putchar().

int main ( void   ) 

© 2000-2010 by contributors - visit http://www.ethernut.de/