Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1852 → Rev 1851

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