3 test_rw_locks shows how to use ACE_Local_RLock, ACE_Local_WLock,
4 ACE_Remote_RLock, and ACE_Remote_WLock.
6 Here are the options to test_rw_locks:
12 -s sleep during writes
15 test_rw_locks spawns <threads> number of threads which perform the
26 if (sleep during writes)
32 The output should show that multiple readers can acquire the lock for
33 reading simultaneously (note that this also tests recursive
34 acquisition.) When a writer lock is acquired, the output should show
35 that no thread holds a reader lock.
37 To run a test, simply type:
40 This should show output as described above.