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  ) 

Examples:
threads/threads.c.

Definition at line 98 of file threads.c.

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

Referenced by main().

void Thread2 ( void *  arg  ) 

Examples:
threads/threads.c.

Definition at line 113 of file threads.c.

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

Referenced by main().

int main ( void   ) 


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