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 95 of file threads.c.

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

Referenced by main().

void Thread2 ( void *  arg  ) 

Examples:
threads/threads.c.

Definition at line 110 of file threads.c.

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

Referenced by main().

int main ( void   ) 

Definition at line 125 of file threads.c.

References _fileno(), _ioctl(), DEV_UART, DEV_UART_NAME, freopen(), NutRegisterDevice(), NutSleep(), NutThreadCreate(), putchar(), puts, stdout, Thread1(), Thread2(), and UART_SETSPEED.


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