Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1787 → Rev 2022

/trunk/kernel/test/synch/rwlock1.c/test.c
40,7 → 40,7
 
static rwlock_t rwlock;
 
void test(void)
void test_rwlock1(void)
{
printf("Read/write locks test #1\n");