Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1851 → Rev 1852

/trunk/kernel/test/thread/thread1/test.c
44,13 → 44,8
 
thread_detach(THREAD);
 
while(1)
{
while (1)
;
while (1)
printf("%d\n",(int)(THREAD->tid));
scheduler();
}
}
 
void test(void)