Skip to content
Sections
>> Trisquel >> 软件包 >> etiona >> libs >> libboost-atomic1.62.0
etiona  ]
[ 源代码: boost1.62  ]

软件包: libboost-atomic1.62.0 (1.62.0+dfsg-5)

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.62.0

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
amd64 7.2 kB51 kB [文件列表]
i386 7.3 kB51 kB [文件列表]