Project
Loading...
Searching...
No Matches
qSem Class Reference

#include <qsem.h>

Public Member Functions

 qSem (int32_t num=1)
 
 ~qSem ()
 
int32_t Lock ()
 
int32_t Unlock ()
 
int32_t Trylock ()
 
int32_t Query ()
 

Detailed Description

Definition at line 24 of file qsem.h.

Constructor & Destructor Documentation

◆ qSem()

qSem::qSem ( int32_t  num = 1)

Definition at line 24 of file qsem.cxx.

◆ ~qSem()

qSem::~qSem ( )

Definition at line 32 of file qsem.cxx.

Member Function Documentation

◆ Lock()

int32_t qSem::Lock ( )

Definition at line 39 of file qsem.cxx.

◆ Query()

int32_t qSem::Query ( )

Definition at line 70 of file qsem.cxx.

◆ Trylock()

int32_t qSem::Trylock ( )

Definition at line 57 of file qsem.cxx.

◆ Unlock()

int32_t qSem::Unlock ( )

Definition at line 48 of file qsem.cxx.


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