Pattern
Thread Blocking via Misuse
thread-blocking-caused-by-contention
Shared or improperly synchronized concurrency mechanisms block progress because one execution context must wait on another (e.g., locked shared PRNG state, virtual threads pinned in synchronized regions), causing watchdog misattribution and system-wide stalls.