Searched refs:CSemaphore (Results 1 – 7 of 7) sorted by relevance
39 CSemaphore::CSemaphore(int size) : m_waiters_count(0), m_count(size) in CSemaphore() function in CSemaphore47 CSemaphore::~CSemaphore() in ~CSemaphore()55 void CSemaphore::wait() in wait()67 bool CSemaphore::wait(int sec) in wait()92 bool CSemaphore::wouldWait() in wouldWait()104 void CSemaphore::signal() in signal()
44 class CSemaphore49 CSemaphore(int size = 0);51 ~CSemaphore(void);
76 CSemaphore *m_sem;
42 m_sem = new CSemaphore(); in CThread()
209 CSemaphore dataLeft;
58 CSemaphore schedSync; /**< Semaphore to synchronize S-SIQs with scheduler thread */
83 …CSemaphore mcpSessionNotification; /**< Semaphore to synchronize incoming notifications f…