Bernard van Gastel <bvgas...@bitpowder.com> writes:
> What is the scheduling policy of the different thread libraries?

Threads are scheduled by the kernel, not by the library.  Look at
sys/kern/sched_umtx.c and sys/kern/sched_{4bsd,ule}.c.

DES
-- 
Dag-Erling Smørgrav - d...@des.no
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to