1.7
Posted lefthook
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1.7相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章
[搬运]Fourier Series and Boundary Value Problems 第一章1.7 1.7 Fourier series