Rev 1787 | Rev 2028 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1787 | Rev 2022 | ||
---|---|---|---|
Line 74... | Line 74... | ||
74 | { |
74 | { |
75 | printf("Test failed prematurely.\n"); |
75 | printf("Test failed prematurely.\n"); |
76 | thread_exit(); |
76 | thread_exit(); |
77 | } |
77 | } |
78 | 78 | ||
79 | void test(void) |
79 | void test_rwlock5(void) |
80 | { |
80 | { |
81 | int i, j, k; |
81 | int i, j, k; |
82 | count_t readers, writers; |
82 | count_t readers, writers; |
83 | 83 | ||
84 | printf("Read/write locks test #5\n"); |
84 | printf("Read/write locks test #5\n"); |