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 97... Line 97...
97
    free(frames);
97
    free(frames);
98
    printf("Thread #%d (cpu%d): Exiting\n", THREAD->tid, CPU->id);
98
    printf("Thread #%d (cpu%d): Exiting\n", THREAD->tid, CPU->id);
99
    atomic_dec(&thread_count);
99
    atomic_dec(&thread_count);
100
}
100
}
101
 
101
 
102
char * test_falloc2(void)
102
char * test_falloc2(bool quiet)
103
{
103
{
104
    unsigned int i;
104
    unsigned int i;
105
 
105
 
106
    atomic_set(&thread_count, THREADS);
106
    atomic_set(&thread_count, THREADS);
107
    atomic_set(&thread_fail, 0);
107
    atomic_set(&thread_fail, 0);