POSIX

From miki
Revision as of 16:20, 31 October 2012 by Mip (talk | contribs) (→‎PThreads)
Jump to navigation Jump to search

PThreads

Links:

Advices
  • For portability, always create joinable or detachable threads by setting explicitly the thread attribute (using pthread_attr_getdetachstate). This provides portability as not all implementations may create threads as joinable by default.

Debugging

See Debugging page.