Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

POS52-EX1: A thread may block while holding one or more locks and waiting to acquire another lock. When acquiring multiple locks, the order of locking must avoid deadlock, as specified in CON35-C. Avoid deadlock by locking in a predefined order.

Risk Assessment

Blocking or lengthy operations performed within synchronized regions could result in a deadlocked or an unresponsive system.

...

 

...

Image ModifiedImage ModifiedImage Modified