Index of /pub/NetBSD/NetBSD-release-9/xsrc/external/mit/libpthread-stubs/dist

Icon  Name                                                             Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] COPYING 2014-03-17 12:33 1.2K [DIR] CVS/ 2020-03-20 07:40 - [   ] Makefile.am 2014-03-17 12:33 165 [TXT] Makefile.in 2015-07-22 11:17 23K [TXT] README 2014-03-17 12:33 651 [TXT] aclocal.m4 2015-07-22 11:17 309K [TXT] config.guess 2015-07-22 11:17 45K [TXT] config.h.in 2015-07-22 11:17 3.1K [TXT] config.sub 2015-07-22 11:17 33K [TXT] configure 2015-07-22 11:17 386K [   ] configure.ac 2015-07-22 11:17 1.4K [TXT] depcomp 2015-07-22 11:17 18K [TXT] install-sh 2015-07-22 11:17 13K [   ] ltmain.sh 2015-07-22 11:17 238K [TXT] missing 2015-07-22 11:17 11K [TXT] pthread-stubs.pc.in 2014-03-17 12:33 198 [TXT] stubs.c 2015-07-22 11:17 5.4K
This library provides weak aliases for pthread functions not provided in libc
or otherwise available by default.  Libraries like libxcb rely on pthread
stubs to use pthreads optionally, becoming thread-safe when linked to
libpthread, while avoiding any performance hit when running single-threaded.
libpthread-stubs supports this behavior even on platforms which do not supply
all the necessary pthread stubs.  On platforms which already supply all the
necessary pthread stubs, this package ships only the pkg-config file
pthread-stubs.pc, to allow libraries to unconditionally express a dependency
on pthread-stubs and still obtain correct behavior.