[POSIX] implementation of pthread_create()
Matthew Flaschen
matthew.flaschen at gatech.edu
Mon Mar 2 12:21:38 UTC 2009
Loïc Grenié wrote:
> (this is a big collection of libraries, but it contains /lib/libpthread-2.7.so
> that implements pthread_* functions).
Well,/lib/libpthread-2.7.so is not exactly the source. Loïc, start at
libc/nptl/pthread_create.c
(http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/pthread_create.c?rev=1.60&content-type=text/x-cvsweb-markup&cvsroot=glibc),
libc/nptl/sysdeps/pthread/createthread.c
(http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/pthread/createthread.c?rev=1.23.2.7&content-type=text/x-cvsweb-markup&cvsroot=glibc).
Obviously, those links aren't the exact sources used by Ubuntu, but
it's a good starting point.
Matt Flaschen
More information about the ubuntu-users
mailing list