pub fn current_task_clone_spin_debug(trace_label: &str) -> Option<Arc<Task>>Expand description
Debug-only blocking variant used to diagnose early ring3 entry stalls.
Spins with try_lock() so we can emit progress logs instead of blocking
silently on SCHEDULER.lock().