1999-12-24 02:12:08 +01:00
|
|
|
LinuxThreads is an POSIX pthreads implementation using "kernel threads". In
|
|
|
|
this FreeBSD port, a kernel thread is started using rfork (whereas in the
|
|
|
|
original Linux implementation a kernel thread is started using the Linux clone
|
|
|
|
call). This implementaion provides a so-called one-to-one mapping of threads to
|
|
|
|
kernel schedulable entities. For more information see about the original
|
|
|
|
LinuxThreads implementation see:
|
1999-11-30 10:07:29 +01:00
|
|
|
|
|
|
|
http://pauillac.inria.fr/~xleroy/linuxthreads/
|
1999-12-24 02:12:08 +01:00
|
|
|
|
|
|
|
Note that LinuxThreads has been integrated with the GNU C library (glibc) since
|
|
|
|
version 2.0, so the above URL points to dated information.
|
2002-03-10 02:24:23 +01:00
|
|
|
|
2005-07-23 00:20:21 +02:00
|
|
|
The complete FreeBSD source code matching the installed userland
|
|
|
|
must be installed in /usr/src before building linuxthreads.
|