首页 > 其他 > 详细

1.7

时间:2019-01-08 14:45:19      阅读:159      评论:0      收藏:0      [点我收藏+]

C++ Concurrency in Action Anthony Williams

Chapter 3. Sharing data between threads

3.1.1 Race conditions

  In concurrency, a race condition is anything where the outcome depends on the relative ordering of execution of operations on two or more threads;

3.1.2 Avoiding problematic race conditions

3.2 Protecting shared data with mutexes

3.2.1 Using mutexes in C++

3.2.2 Structuring code for protecting shared data

3.2.3 Spotting race conditions inherent in interfaces

1.7

原文:https://www.cnblogs.com/lefthook/p/10238375.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!