Pakket: libboost-atomic1.74.0 (1.74.0+ds1-21)
Verwijzigingen voor libboost-atomic1.74.0
Debian bronnen:
Het bronpakket boost1.74 downloaden:
- [boost1.74_1.74.0+ds1-21.dsc]
- [boost1.74_1.74.0+ds1.orig.tar.xz]
- [boost1.74_1.74.0+ds1-21.debian.tar.xz]
Beheerders:
- Debian Boost Team (QA-pagina)
- Steve M. Robbins (QA-pagina)
- Giovanni Mascellani (QA-pagina)
- Anton Gladky (QA-pagina)
Externe bronnen:
- Homepage [www.boost.org]
Vergelijkbare pakketten:
atomic data types, operations, and memory ordering constraints
This package forms part of the Boost C++ Libraries collection.
Boost.Atomic is a library that provides atomic data types and operations on these data types, as well as memory ordering constraints required for coordinating multiple threads through atomic variables. It implements the interface as defined by the C++11 standard, but makes this feature available for platforms lacking system/compiler support for this particular C++11 feature.
Users of this library should already be familiar with concurrency in general, as well as elementary concepts such as "mutual exclusion".
The implementation makes use of processor-specific instructions where possible (via inline assembler, platform libraries or compiler intrinsics), and falls back to "emulating" atomic operations through locking.
Andere aan libboost-atomic1.74.0 gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libstdc++6 (>= 5)
- GNU Standard C++ Library v3