Search code examples
cpthreadspthread-join

Code of the function pthread_join - Pthread Library


I'm looking for the code of the pthread_join, but online I found only the prototype. Could you tell me where I can find it please?


Solution

  • There is not "the code", there are many different implementations that partially build on each other. For example