|
Anklang-0.3.0.dev595+g65331842 anklang-0.3.0.dev595+g65331842
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 852 of file platform.cc.
References assert_return, and sem_init().
|
noexcept |
Definition at line 878 of file platform.cc.
|
noexcept |
Unlock ScopedSemaphore.
Definition at line 861 of file platform.cc.
References errno(), and sem_post().
|
noexcept |
Unlock ScopedSemaphore.
Definition at line 870 of file platform.cc.
References errno(), and sem_wait().