Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1658 → Rev 1657

/kernel/trunk/test/synch/rwlock4/test.c
73,7 → 73,6
void writer(void *arg)
{
int rc, to;
thread_detach(THREAD);
waitq_sleep(&can_start);
 
to = random(40000);
96,7 → 95,6
void reader(void *arg)
{
int rc, to;
thread_detach(THREAD);
waitq_sleep(&can_start);
to = random(2000);