Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: obsolete CON36-C link revised to CON05-C.

...

Blocking calls include, but are not limited to: network, file, and console I/O. This rule is a specific instance of CON36CON05-C. Do not perform operations that can block while holding a lock using POSIX threads.

Noncompliant Code Example

...