art/test/1942-suspend-raw-monitor-exit/expected-stdout.txt

12 lines
286 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:21:32 +08:00
Initial state.
isLocked() = true
isSuspended(target_thread) = false
Suspend and sleep.
isLocked() = true
isSuspended(target_thread) = true
Let other thread release the raw monitor.
isLocked() = false
isSuspended(target_thread) = true
other thread doesn't hold lock!
resumed test thread