Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2853 → Rev 2850

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