Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2853 → Rev 2854

/branches/tracing/uspace/app/tester/debug/debug1.c
22,7 → 22,7
printf("running debug1 test\n");
rc = thread_create(t_proc, NULL, "test", &tid);
 
printf("(active) wait for thread 'test'\n");
//printf("(active) wait for thread 'test'\n");
while (!done) {
usleep(5000000);
printf(".");