Subversion Repositories HelenOS

Rev

Rev 4227 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4227 Rev 4231
Line 117... Line 117...
117
        olddata1 = data1;
117
        olddata1 = data1;
118
    }
118
    }
119
   
119
   
120
    TPRINTF("done.\n");
120
    TPRINTF("done.\n");
121
   
121
   
-
 
122
    if (!test_quiet)
122
    slab_print_list();
123
        slab_print_list();
123
   
124
   
124
    slab_cache_destroy(cache1);
125
    slab_cache_destroy(cache1);
125
    slab_cache_destroy(cache2);
126
    slab_cache_destroy(cache2);
126
}
127
}
127
 
128
 
Line 185... Line 186...
185
        data = new;
186
        data = new;
186
    }
187
    }
187
   
188
   
188
    TPRINTF("Thread #%" PRIu64 " finished\n", THREAD->tid);
189
    TPRINTF("Thread #%" PRIu64 " finished\n", THREAD->tid);
189
   
190
   
-
 
191
    if (!test_quiet)
190
    slab_print_list();
192
        slab_print_list();
-
 
193
   
191
    semaphore_up(&thr_sem);
194
    semaphore_up(&thr_sem);
192
}
195
}
193
 
196
 
194
static void multitest(int size)
197
static void multitest(int size)
195
{
198
{