1#ifndef BASE_TL_THREADING_H
2#define BASE_TL_THREADING_H
~CSemaphore()
Definition threading.h:17
std::atomic_int m_Count
Definition threading.h:13
int GetApproximateValue()
Definition threading.h:19
CSemaphore()
Definition threading.h:16
void Wait()
Definition threading.h:20
SEMAPHORE m_Sem
Definition threading.h:10
CSemaphore(const CSemaphore &)=delete
void Signal()
Definition threading.h:25
void sphore_signal(SEMAPHORE *sem)
Definition system.cpp:732
void sphore_destroy(SEMAPHORE *sem)
Definition system.cpp:736
void sphore_init(SEMAPHORE *sem)
Definition system.cpp:719
void sphore_wait(SEMAPHORE *sem)
Definition system.cpp:723
sem_t SEMAPHORE
Definition system.h:463