Problem finding documentation

Carlos O'Donell carlos@systemhalted.org
Wed Feb 10 16:00:00 GMT 2010


2010/2/10 Marcos Lois Bermúdez <marcos.discalis@gmail.com>:
> I have earlier doc printed, so i used it for Linux 2.4.x systems, i have the
> glibc docs version 2.3.x ISBN 1-882114-24-8, March 2004
> this docs have a chapter about threading (POSIX Threads    429).
>
> But the last docs lack this chapter, whre i can find the thread functions
> signatures and explation?

The linux man-pages project documents all of the glibc pthread interfaces:
http://www.kernel.org/doc/man-pages/online/dir_section_3.html

The opengroup maintains the posix threading chapter:
http://www.opengroup.org/onlinepubs/009695399/idx/threads.html

The glibc manual has never covered pthreads.

The old linuxthreads port used to have manual pages for all of the functions.

Cheers,
Carlos.



More information about the Libc-help mailing list