套件: libboost-atomic1.67.0 (1.67.0-17ubuntu8)
libboost-atomic1.67.0 的相關超連結
Trisquel 的資源:
下載原始碼套件 boost1.67:
- [boost1.67_1.67.0-17ubuntu8.dsc]
- [boost1.67_1.67.0.orig.tar.gz]
- [boost1.67_1.67.0-17ubuntu8.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Boost Team
- Steve M. Robbins
- Giovanni Mascellani
- Anton Gladky
外部的資源:
- 主頁 [www.boost.org]
相似套件:
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.