Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1787 → Rev 2022

/trunk/kernel/test/synch/rwlock5.c/test.c
76,7 → 76,7
thread_exit();
}
 
void test(void)
void test_rwlock5(void)
{
int i, j, k;
count_t readers, writers;