11 lines
168 B
Perl
11 lines
168 B
Perl
|
---
|
||
|
name: "RW Lock Test 5"
|
||
|
description:
|
||
|
Tests reader-writer lock error handling. Panics on success.
|
||
|
tags: [synch, rwlocks]
|
||
|
depends: [boot]
|
||
|
sys161:
|
||
|
cpus: 1
|
||
|
---
|
||
|
rwt5
|