14 lines
235 B
Perl
Raw Normal View History

2016-02-17 10:59:30 -05:00
---
name: "RW Lock Test 2"
description:
Tests that reader-writer locks allow maximum read concurrency when no
writers are waiting.
2016-03-10 09:07:44 -05:00
tags: [synch, rwlocks, kleaks]
2016-02-17 10:59:30 -05:00
depends: [boot, semaphores, cvs]
sys161:
cpus: 32
---
2016-03-10 09:07:44 -05:00
khu
2016-02-17 10:59:30 -05:00
rwt2
2016-03-10 09:07:44 -05:00
khu