Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2049 → Rev 2050

/trunk/kernel/test/synch/rwlock3.c
55,7 → 55,7
printf("cpu%d, tid %d: success\n", CPU->id, THREAD->tid);
}
 
char * test_rwlock3(void)
char * test_rwlock3(bool quiet)
{
int i;
thread_t *thrd;