Hi,
Is the following understanding correct :
pthread_create creates a thread which is Kernel Scheduling Entity i.e. it takes the same time slice of the processor as other running processes of same priority. That means pthread_create creates a thread in user space which due to 1-1 mapping in linux maps to some LWP of kernel.


Regards
Vidyut