Anklang C++ API 0.0.0
Loading...
Searching...
No Matches
ScopedSemaphore

#include "platform.hh"

Public Member Functions

intpost () noexcept
ScopedSemaphore () noexcept
intwait () noexcept
~ScopedSemaphore () noexcept

Constructor & Destructor Documentation

ScopedSemaphore()

ScopedSemaphore ( )
explicitnoexcept

Create a process-local semaphore.

~ScopedSemaphore()

~ScopedSemaphore ( )
noexcept

Member Function Documentation

post()

int post ( )
noexcept

Unlock ScopedSemaphore.

wait()

int wait ( )
noexcept

Unlock ScopedSemaphore.