Index of /archives/NetBSD/NetBSD-release-9/xsrc/external/mit/libpthread-stubs/dist
Name Last modified Size Description
Parent Directory -
COPYING 2014-03-17 12:33 1.2K
CVS/ 2020-03-20 07:40 -
Makefile.am 2014-03-17 12:33 165
Makefile.in 2015-07-22 11:17 23K
README 2014-03-17 12:33 651
aclocal.m4 2015-07-22 11:17 309K
config.guess 2015-07-22 11:17 45K
config.h.in 2015-07-22 11:17 3.1K
config.sub 2015-07-22 11:17 33K
configure 2015-07-22 11:17 386K
configure.ac 2015-07-22 11:17 1.4K
depcomp 2015-07-22 11:17 18K
install-sh 2015-07-22 11:17 13K
ltmain.sh 2015-07-22 11:17 238K
missing 2015-07-22 11:17 11K
pthread-stubs.pc.in 2014-03-17 12:33 198
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.