C++ helper class written on top of GMutex/GCond.
Definition at line 161 of file gstnvinfer_impl.h.
Public Member Functions | |
LockGMutex (GMutex &mutex) | |
~LockGMutex () | |
void | lock () |
void | unlock () |
void | wait (GCond &cond) |
|
inline |
Definition at line 164 of file gstnvinfer_impl.h.
References lock().
|
inline |
Definition at line 168 of file gstnvinfer_impl.h.
References unlock().
void gstnvinfer::LockGMutex::lock | ( | ) |
Referenced by LockGMutex().
void gstnvinfer::LockGMutex::unlock | ( | ) |
Referenced by ~LockGMutex().
void gstnvinfer::LockGMutex::wait | ( | GCond & | cond | ) |