Package
libpthread-stubs0-devVersion
0.3-4Priority
optionalSection
libdevelSource
libpthread-stubsOrigin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
XCB Developers <xcb@lists.freedesktop.org>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
41.0 kBTask
ubuntu-sdk-libs-devSupported
5yDownload Size
4,068 BAPT Manual Installed
noAPT Sources
http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 PackagesDescription
pthread stubs not provided by native libc, development filesThis 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.