Rev 1079 | Rev 1089 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1079 | Rev 1081 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | #include <thread.h> |
35 | #include <thread.h> |
| 36 | 36 | ||
| 37 | extern void utest(void *arg); |
37 | extern void utest(void *arg); |
| 38 | void utest(void *arg) |
38 | void utest(void *arg) |
| 39 | { |
39 | { |
| 40 | // printf("Uspace thread started.\n"); |
40 | printf("Uspace thread started.\n"); |
| 41 | for (;;) |
41 | for (;;) |
| 42 | ; |
42 | ; |
| 43 | } |
43 | } |
| 44 | 44 | ||
| 45 | static void test_printf(void) |
45 | static void test_printf(void) |