tmp/tmpuf7f0r4n/{from.md → to.md}
RENAMED
|
@@ -14,9 +14,10 @@ conditions and values between threads, as summarized in
|
|
| 14 |
| [[thread.threads]] | Threads | `<thread>` |
|
| 15 |
| [[atomics]] | Atomic operations | `<atomic>`, `<stdatomic.h>` |
|
| 16 |
| [[thread.mutex]] | Mutual exclusion | `<mutex>`, `<shared_mutex>` |
|
| 17 |
| [[thread.condition]] | Condition variables | `<condition_variable>` |
|
| 18 |
| [[thread.sema]] | Semaphores | `<semaphore>` |
|
| 19 |
-
| [[thread.coord]] | Coordination types | `<latch>` `<barrier>`
|
| 20 |
| [[futures]] | Futures | `<future>` |
|
|
|
|
| 21 |
|
| 22 |
|
|
|
|
| 14 |
| [[thread.threads]] | Threads | `<thread>` |
|
| 15 |
| [[atomics]] | Atomic operations | `<atomic>`, `<stdatomic.h>` |
|
| 16 |
| [[thread.mutex]] | Mutual exclusion | `<mutex>`, `<shared_mutex>` |
|
| 17 |
| [[thread.condition]] | Condition variables | `<condition_variable>` |
|
| 18 |
| [[thread.sema]] | Semaphores | `<semaphore>` |
|
| 19 |
+
| [[thread.coord]] | Coordination types | `<latch>`, `<barrier>` |
|
| 20 |
| [[futures]] | Futures | `<future>` |
|
| 21 |
+
| [[saferecl]] | Safe reclamation | `<rcu>`, `<hazard_pointer>` |
|
| 22 |
|
| 23 |
|