Files
Gleb Surikov 50c06cf354 [NTOS:EX] Clarify push lock waiter list maintenance
Explain that contended acquisition inserts wait blocks using the forward link only, while ExpOptimizePushLockList completes the reverse links and caches the tail pointer in the new list head.

Clarify that Waking bit serializes both waiter list maintenance and wakeup. The thread responsible for the list either clears Waking after completing the links or enters the wakeup if the lock has been released.
2026-09-07 10:16:48 -04:00
..
2026-09-05 19:18:03 +02:00