Rev 2854 | Rev 2877 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2854 | Rev 2867 | ||
|---|---|---|---|
| Line 22... | Line 22... | ||
| 22 | printf("running debug1 test\n"); |
22 | printf("running debug1 test\n"); |
| 23 | rc = thread_create(t_proc, NULL, "test", &tid); |
23 | rc = thread_create(t_proc, NULL, "test", &tid); |
| 24 | 24 | ||
| 25 | //printf("(active) wait for thread 'test'\n"); |
25 | //printf("(active) wait for thread 'test'\n"); |
| 26 | while (!done) { |
26 | while (!done) { |
| 27 | usleep(5000000); |
27 | usleep(20000000); |
| 28 | printf("."); |
28 | printf("."); |
| 29 | } |
29 | } |
| 30 | 30 | ||
| 31 | printf("done\n"); |
31 | printf("done\n"); |
| 32 | return NULL; |
32 | return NULL; |