From Jason Turner

[intro.multithread.general]

Diff to HTML by rtfpessoa

tmp/tmpcbnb4ale/{from.md → to.md} RENAMED
@@ -7,12 +7,12 @@ subsequently executed by the thread.
7
 
8
  [*Note 1*: When one thread creates another, the initial call to the
9
  top-level function of the new thread is executed by the new thread, not
10
  by the creating thread. — *end note*]
11
 
12
- Every thread in a program can potentially access every object and
13
- function in a program.[^24]
14
 
15
  Under a hosted implementation, a C++ program can have more than one
16
  thread running concurrently. The execution of each thread proceeds as
17
  defined by the remainder of this document. The execution of the entire
18
  program consists of an execution of all of its threads.
 
7
 
8
  [*Note 1*: When one thread creates another, the initial call to the
9
  top-level function of the new thread is executed by the new thread, not
10
  by the creating thread. — *end note*]
11
 
12
+ Every thread in a program can potentially use every object and function
13
+ in a program.[^23]
14
 
15
  Under a hosted implementation, a C++ program can have more than one
16
  thread running concurrently. The execution of each thread proceeds as
17
  defined by the remainder of this document. The execution of the entire
18
  program consists of an execution of all of its threads.