Subversion Repositories HelenOS-historic

Rev

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

Rev 1571 Rev 1576
Line 514... Line 514...
514
{
514
{
515
    thread_t *t;
515
    thread_t *t;
516
    int count, average, i, j, k = 0;
516
    int count, average, i, j, k = 0;
517
    ipl_t ipl;
517
    ipl_t ipl;
518
 
518
 
-
 
519
    /*
-
 
520
     * Detach kcpulb as nobody will call thread_join_timeout() on it.
-
 
521
     */
-
 
522
    thread_detach(THREAD);
-
 
523
   
519
loop:
524
loop:
520
    /*
525
    /*
521
     * Work in 1s intervals.
526
     * Work in 1s intervals.
522
     */
527
     */
523
    thread_sleep(1);
528
    thread_sleep(1);