TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Semaphore Class Reference
Collaboration diagram for Semaphore:

Public Member Functions

 Semaphore (const char *semName)
 
 ~Semaphore ()
 
void wait ()
 
void post ()
 
void open ()
 

Private Attributes

const char * mSemName
 
sem_t * mSemEngine
 

Constructor & Destructor Documentation

◆ Semaphore()

Semaphore::Semaphore ( const char *  semName)
inline

◆ ~Semaphore()

Semaphore::~Semaphore ( )
inline

Member Function Documentation

◆ wait()

void Semaphore::wait ( )
inline

◆ post()

void Semaphore::post ( )
inline

◆ open()

void Semaphore::open ( )
inline

Member Data Documentation

◆ mSemName

const char* Semaphore::mSemName
private

◆ mSemEngine

sem_t* Semaphore::mSemEngine
private

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