This commit is contained in:
2025-10-25 03:02:53 +03:00
commit 043225d523
3416 changed files with 681196 additions and 0 deletions

11
cppdraft/semaphore/syn.md Normal file
View File

@@ -0,0 +1,11 @@
[semaphore.syn]
# 32 Concurrency support library [[thread]](./#thread)
## 32.8 Semaphore [[thread.sema]](thread.sema#semaphore.syn)
### 32.8.2 Header <semaphore> synopsis [semaphore.syn]
[🔗](#header:%3csemaphore%3e)
namespace std {// [[thread.sema.cnt]](thread.sema.cnt "32.8.3Class template counting_­semaphore"), class template counting_semaphoretemplate<ptrdiff_t least_max_value = *implementation-defined*>class counting_semaphore; using [binary_semaphore](#lib:binary_semaphore "32.8.2Header <semaphore> synopsis[semaphore.syn]") = counting_semaphore<1>;}