POSIX

From miki
Revision as of 10:49, 24 September 2011 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.