|
Anklang-0.3.0.dev551+gad1415e2 anklang-0.3.0.dev551+gad1415e2
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Public Member Functions | |
| ScopedSemaphore () noexcept | |
| Create a process-local semaphore. | |
| int | post () noexcept |
| Unlock ScopedSemaphore. | |
| int | wait () noexcept |
| Unlock ScopedSemaphore. | |
Definition at line 104 of file platform.hh.
|
explicitnoexcept |
Create a process-local semaphore.
Definition at line 885 of file platform.cc.
References assert_return, and sem_init().
|
noexcept |
Definition at line 911 of file platform.cc.
|
noexcept |
Unlock ScopedSemaphore.
Definition at line 894 of file platform.cc.
References errno(), and sem_post().
|
noexcept |
Unlock ScopedSemaphore.
Definition at line 903 of file platform.cc.
References errno(), and sem_wait().