Subversion Repositories HelenOS

Rev

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

Rev 2042 Rev 2050
Line 50... Line 50...
50
        thread_usleep(100);
50
        thread_usleep(100);
51
    }
51
    }
52
    atomic_inc(&threads_finished);
52
    atomic_inc(&threads_finished);
53
}
53
}
54
 
54
 
55
char * test_thread1(void)
55
char * test_thread1(bool quiet)
56
{
56
{
57
    unsigned int i, total = 0;
57
    unsigned int i, total = 0;
58
   
58
   
59
    atomic_set(&finish, 1);
59
    atomic_set(&finish, 1);
60
    atomic_set(&threads_finished, 0);
60
    atomic_set(&threads_finished, 0);