软件包:libboost-atomic1.74.0(1.74.0+ds1-23.1 以及其他的)
libboost-atomic1.74.0 的相关链接
Debian 的资源:
下载源码包 boost1.74:
- [boost1.74_1.74.0+ds1-23.1.dsc]
- [boost1.74_1.74.0+ds1.orig.tar.xz]
- [boost1.74_1.74.0+ds1-23.1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [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.
其他与 libboost-atomic1.74.0 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.27)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libstdc++6 (>= 5)
- GNU 标准 C++ 库,第3版