Subversion Repositories HelenOS-historic

Rev

Rev 475 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 475 Rev 483
Line 73... Line 73...
73
}
73
}
74
 
74
 
75
void test(void)
75
void test(void)
76
{
76
{
77
    int i, j, k;
77
    int i, j, k;
78
    int readers, writers;
78
    count_t readers, writers;
79
   
79
   
80
    printf("Read/write locks test #5\n");
80
    printf("Read/write locks test #5\n");
81
   
81
   
82
    waitq_initialize(&can_start);
82
    waitq_initialize(&can_start);
83
    rwlock_initialize(&rwlock);
83
    rwlock_initialize(&rwlock);