2016-02-17 10:59:30 -05:00
|
|
|
---
|
|
|
|
name: "RW Lock Test 1"
|
|
|
|
description:
|
|
|
|
Tests core reader-writer lock functionality by reading and writing shared
|
|
|
|
state.
|
2016-03-10 09:07:44 -05:00
|
|
|
tags: [synch, rwlocks, kleaks]
|
2016-02-17 10:59:30 -05:00
|
|
|
depends: [boot, semaphores]
|
|
|
|
sys161:
|
|
|
|
cpus: 32
|
|
|
|
---
|
2016-03-10 09:07:44 -05:00
|
|
|
khu
|
2016-02-17 10:59:30 -05:00
|
|
|
rwt1
|
2016-03-10 09:07:44 -05:00
|
|
|
khu
|