xref: /aosp_15_r20/art/test/1942-suspend-raw-monitor-exit/expected-stdout.txt (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1Initial state.
2isLocked() = true
3isSuspended(target_thread) = false
4Suspend and sleep.
5isLocked() = true
6isSuspended(target_thread) = true
7Let other thread release the raw monitor.
8isLocked() = false
9isSuspended(target_thread) = true
10other thread doesn't hold lock!
11resumed test thread
12