Process / Thread - Execution Suspension
About
A (Thread) Execution Suspension can be caused:
- by a execution suspension method that makes it in a waiting state
- by a thread block (when it attempts to get a lock).
- by a thread contention
A (Thread) Execution Suspension can be caused: