Go to the source code of this file.
Functions | |
void | Thread1 (void *arg) |
void | Thread2 (void *arg) |
int | main (void) |
void Thread1 | ( | void * | arg | ) |
Definition at line 98 of file threads.c.
References NutSleep(), NutThreadSetPriority(), and putchar().
Referenced by main().
void Thread2 | ( | void * | arg | ) |
Definition at line 113 of file threads.c.
References NutSleep(), NutThreadSetPriority(), and putchar().
Referenced by main().
int main | ( | void | ) |
Definition at line 128 of file threads.c.
References _fileno(), _ioctl(), DEV_UART, DEV_UART_NAME, freopen(), NutRegisterDevice(), NutSleep(), NutThreadCreate(), putchar(), puts, stdout, Thread1(), Thread2(), and UART_SETSPEED.