Subversion Repositories HelenOS

Rev

Rev 2853 | Rev 2867 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2853 Rev 2854
Line 20... Line 20...
20
    done = 0;
20
    done = 0;
21
 
21
 
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(5000000);
28
        printf(".");
28
        printf(".");
29
    }
29
    }
30
 
30