12 lines
204 B
Perl
12 lines
204 B
Perl
|
---
|
||
|
name: "RW Lock Test 1"
|
||
|
description:
|
||
|
Tests core reader-writer lock functionality by reading and writing shared
|
||
|
state.
|
||
|
tags: [synch, rwlocks]
|
||
|
depends: [boot, semaphores]
|
||
|
sys161:
|
||
|
cpus: 32
|
||
|
---
|
||
|
rwt1
|