I am working on something and I needed to dig inside the implementation of the pthread_create() function of POSIX threads in Linux.
Where can I find the actual location of the pthread.h file or the actual code implementation of pthread_create() in Linux?
