art/test/1908-suspend-native-resume-.../expected-stdout.txt

11 lines
335 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:21:32 +08:00
Resumer: isNativeThreadSpinning() = true
Resumer: isSuspended(spinner) = false
Resumer: Suspended spinner while native spinning
Resumer: isNativeThreadSpinning() = true
Resumer: isSuspended(spinner) = true
Resuming other thread
other thread attempting self resume
Resumer: isSuspended(spinner) = true
real resume
other thread resumed.