![[wl_timeout_spindelay.png|256]]
- **Description**: Waiting while acquiring a contended spinlock. The process
repeatedly executes atomic CPU instructions (like test-and-set or
compare-and-swap) in a tight busy-wait loop, burning CPU cycles in hopes that
the lock holder will release it momentarily.
- **Resources**: [[CPU]]