Commit 2918a09
authored
Refactor threading run (#1961)
* ThreadManager::WaitForAllThreads removed
* WaitForAllThreads was only called either in single threaded
environments or just before all threads are joined anyway. As this
doesn't add a useful synchronization point, it's removed.
* Formatting issue
* Thread Sanitizer satisfied
* More formatting issues1 parent cb4239f commit 2918a09
2 files changed
Lines changed: 3 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
306 | 305 | | |
307 | 306 | | |
308 | 307 | | |
| |||
434 | 433 | | |
435 | 434 | | |
436 | 435 | | |
437 | | - | |
438 | 436 | | |
439 | 437 | | |
440 | 438 | | |
| |||
450 | 448 | | |
451 | 449 | | |
452 | 450 | | |
453 | | - | |
454 | 451 | | |
455 | 452 | | |
456 | 453 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 20 | + | |
32 | 21 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 22 | + | |
38 | 23 | | |
39 | 24 | | |
40 | 25 | | |
| |||
51 | 36 | | |
52 | 37 | | |
53 | 38 | | |
54 | | - | |
55 | 39 | | |
56 | | - | |
57 | | - | |
58 | 40 | | |
59 | 41 | | |
60 | 42 | | |
| |||
0 commit comments