Versions Compared

Key

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

...

Wiki Markup
The DEFAULT mutex type of pthreads is also generally mapped to PTHREAD_MUTEX_NORMAL, whichbut is seen across various implementations known to vary from platform to platform \[[SOL 10|http://docs.sun.com/app/docs/doc/816-5137/sync-28983?a=view] \]. Usage of NORMAL locks should thus be avoided and ERRORCHECK or RECURSIVE locks should be explicitly defined when using mutex locks.

...