From Jason Turner

[iostreams.threadsafety]

Diff to HTML by rtfpessoa

tmp/tmpel6gevep/{from.md → to.md} RENAMED
@@ -1,11 +1,12 @@
1
  ### Thread safety <a id="iostreams.threadsafety">[[iostreams.threadsafety]]</a>
2
 
3
- Concurrent access to a stream object ([[string.streams]],
4
- [[file.streams]]), stream buffer object [[stream.buffers]], or C Library
5
- stream [[c.files]] by multiple threads may result in a data race
6
- [[intro.multithread]] unless otherwise specified [[iostream.objects]].
 
7
 
8
  [*Note 1*: Data races result in undefined behavior
9
  [[intro.multithread]]. — *end note*]
10
 
11
  If one thread makes a library call *a* that writes a value to a stream
 
1
  ### Thread safety <a id="iostreams.threadsafety">[[iostreams.threadsafety]]</a>
2
 
3
+ Concurrent access to a stream object
4
+ [[string.streams]], [[file.streams]], stream buffer object
5
+ [[stream.buffers]], or C Library stream [[c.files]] by multiple threads
6
+ may result in a data race [[intro.multithread]] unless otherwise
7
+ specified [[iostream.objects]].
8
 
9
  [*Note 1*: Data races result in undefined behavior
10
  [[intro.multithread]]. — *end note*]
11
 
12
  If one thread makes a library call *a* that writes a value to a stream