Anklang 0.3.0-460-gc4ef46ba
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 884 of file platform.cc.
References assert_return, and sem_init().
|
noexcept |
Definition at line 910 of file platform.cc.
|
noexcept |
Unlock ScopedSemaphore.
Definition at line 893 of file platform.cc.
References errno(), and sem_post().
|
noexcept |
Unlock ScopedSemaphore.
Definition at line 902 of file platform.cc.
References errno(), and sem_wait().