Skip to content

Commit 9887911

Browse files
committed
update chapter7/web-resources.md
1 parent fa4f7b6 commit 9887911

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

zh/chapter7-Atomic/web-resources.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# C++ 原子类型详解 #
22

33
- C++11 - the new ISO C++ standard: [http://www.stroustrup.com/C++11FAQ.html](http://www.stroustrup.com/C++11FAQ.html)
4+
- Common Pitfalls in Writing Lock-Free Algorithms: [http://blog.memsql.com/common-pitfalls-in-writing-lock-free-algorithms/](http://blog.memsql.com/common-pitfalls-in-writing-lock-free-algorithms/)
5+
- https://www.kernel.org/doc/Documentation/memory-barriers.txt: [https://www.kernel.org/doc/Documentation/memory-barriers.txt](https://www.kernel.org/doc/Documentation/memory-barriers.txt)
6+
- Choose Concurrency-Friendly Data Structures: [http://www.drdobbs.com/parallel/choose-concurrency-friendly-data-structu/208801371](http://www.drdobbs.com/parallel/choose-concurrency-friendly-data-structu/208801371)
7+
- Lock-Free Data Structures: [http://www.drdobbs.com/lock-free-data-structures/184401865](http://www.drdobbs.com/lock-free-data-structures/184401865)
8+
- Concurrent Programming with Chain Locking: [http://www.drdobbs.com/parallel/concurrent-programming-with-chain-lockin/240149442?pgno=1](http://www.drdobbs.com/parallel/concurrent-programming-with-chain-lockin/240149442?pgno=1)
9+
- Practical lock-free data structures: [http://www.cl.cam.ac.uk/research/srg/netos/lock-free/](http://www.cl.cam.ac.uk/research/srg/netos/lock-free/)
10+
- 透过 Linux 内核看无锁编程: [http://www.ibm.com/developerworks/cn/linux/l-cn-lockfree/index.html](http://www.ibm.com/developerworks/cn/linux/l-cn-lockfree/index.html)
11+
- Non-blocking algorithm: [http://en.wikipedia.org/wiki/Non-blocking_synchronization](http://en.wikipedia.org/wiki/Non-blocking_synchronization)

0 commit comments

Comments
 (0)