pthread source code
pthread source code
May 4, 2019
You can get the source code files of Linux pthread from here:
git://sourceware.org/git/glibc.git
On Git Bash, put these commands to download the files.
$ git clone git://sourceware.org/git/glibc.git
$ cd glibc
$ git checkout master
The commands were quoted from the site of The GNU C Library.
The source code files are located at glibc\nptl.