Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2049 → Rev 2050

/trunk/kernel/test/synch/rwlock4.c
113,7 → 113,7
printf("cpu%d, tid %d r-\n", CPU->id, THREAD->tid);
}
 
char * test_rwlock4(void)
char * test_rwlock4(bool quiet)
{
context_t ctx;
uint32_t i, k;