On 8/1/07, Jug Venkatesh <[EMAIL PROTECTED]> wrote:
> I've been looking online to try and find the location of the source code
> to the pthread library on fedora, and other than pthread.h, i'm getting
> nowhere. Any help would be appreciated. Additionally, can anyone tell me
> how exactly the pthread library performs scheduling, and how it relates

AFAIR,
user level pthreads are handled entirely differently.
Kernel scheduler is not aware of it.
Scheduling userspace pthreads is taken care by a different scheduler
and not the kernel scheduler.

please CMIIW.
thanks
> to the linux scheduler (hopefully, i can understand this better after
> looking at the pthreads source code, so just that info would help)
>
> thanks
>
> --
> To unsubscribe from this list: send an email with
> "unsubscribe kernelnewbies" to [EMAIL PROTECTED]
> Please read the FAQ at http://kernelnewbies.org/FAQ
>
>


-- 
play the game

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to