在本文中,我们要在无锁数据结构的实现中使用GCC内置函数。
In this article, you use the GCC built-ins in your implementation of lock-free data structures. Here's a look at the built-ins.
无锁(lock - free)数据结构和算法。
这个堆栈没有锁;这种无锁的并发数据结构也称为非阻塞数据结构。
No locks will be included; this kind of lock-free, concurrent data structure is also referred to as a non-blocking data structure.
应用推荐