4.3 Thread Libraries

  1. Pthreads refers to the POSIX standard (IEEE 1003.1c) defining an API for thread

    creation and synchronization. This is a specification for thread behavior, not an

    implementation.

Last updated

Was this helpful?