POSIX

From miki
Jump to navigation Jump to search

PThreads

General Information

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.

Thread-Local Data

Debugging

See Debugging page.