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]

POSIX threads documentation


I'm looking for documentation on the non-portable aspects of the POSIX
threads implementation, but which are essential for library writers.
(Basically, I want to make my library thread-safe, without forcing
client code to link with -lpthread and the associated performance
penalty.)  In particular, I need to check if certain symbols which are
currently provided without -lpthread are guaranteed to be available to
non-threaded programs in the future.

Is there such a documentation available somewhere?

-- 
Florian Weimer                <fweimer@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99


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