execution: PASS main: attempt read lock main: acquired read lock main: create thread1 thread: attempt write lock main: unlock read lock thread: acquired write lock thread: unlock write lock main: attempt write lock main: acquired write lock main: create thread2 thread: attempt write lock main: unlock write lock thread: acquired write lock thread: unlock write lock Test PASSED