Thread deadlock
Two threads will be stuck waiting forever if each holds a lock the other needs to acquire. Threads may try to acquire two locks in different orders, potentially causing deadlock
- is related to
-
SERVER-108743 Coverity analysis defect 154513: Thread deadlock
-
- Needs Scheduling
-
-
SERVER-95181 Introduce ParkingLot abstraction and use it to back stdx::condition_variable
-
- Closed
-