Results 1 to 1 of 1
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 ...
- 02-25-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 1
regarding pthread_create
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


Reply With Quote