ChimeraTK-cppext 01.07.01
Loading...
Searching...
No Matches
cppext::semaphore Class Reference

#include <semaphore.hpp>

Public Member Functions

 semaphore ()
 
void unlock ()
 
bool is_ready ()
 
void wait_and_reset ()
 
bool is_ready_and_reset ()
 

Detailed Description

Definition at line 101 of file semaphore.hpp.

Constructor & Destructor Documentation

◆ semaphore()

cppext::semaphore::semaphore ( )
inline

Definition at line 103 of file semaphore.hpp.

Member Function Documentation

◆ is_ready()

bool cppext::semaphore::is_ready ( )
inline

Definition at line 112 of file semaphore.hpp.

◆ is_ready_and_reset()

bool cppext::semaphore::is_ready_and_reset ( )
inline

Definition at line 123 of file semaphore.hpp.

◆ unlock()

void cppext::semaphore::unlock ( )
inline

Definition at line 105 of file semaphore.hpp.

◆ wait_and_reset()

void cppext::semaphore::wait_and_reset ( )
inline

Definition at line 117 of file semaphore.hpp.


The documentation for this class was generated from the following file: