This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem finding documentation


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]