ChimeraTK-cppext 01.05.02
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 103 of file semaphore.hpp.

Constructor & Destructor Documentation

◆ semaphore()

cppext::semaphore::semaphore ( )
inline

Definition at line 105 of file semaphore.hpp.

Member Function Documentation

◆ is_ready()

bool cppext::semaphore::is_ready ( )
inline

Definition at line 114 of file semaphore.hpp.

+ Here is the caller graph for this function:

◆ is_ready_and_reset()

bool cppext::semaphore::is_ready_and_reset ( )
inline

Definition at line 125 of file semaphore.hpp.

◆ unlock()

void cppext::semaphore::unlock ( )
inline

Definition at line 107 of file semaphore.hpp.

+ Here is the caller graph for this function:

◆ wait_and_reset()

void cppext::semaphore::wait_and_reset ( )
inline

Definition at line 119 of file semaphore.hpp.

+ Here is the caller graph for this function:

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