Searched defs:CSemaphore (Results 1 - 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
H A DCSemaphore.h44 class CSemaphore class
49 CSemaphore(int size = 0);
51 ~CSemaphore(void);
H A DCSemaphore.cpp35 #include "CSemaphore.h"
39 CSemaphore::CSemaphore(int size) : m_waiters_count(0), m_count(size) function in class:CSemaphore
47 CSemaphore::~CSemaphore()
55 void CSemaphore::wait()
67 bool CSemaphore::wait(int sec)
92 bool CSemaphore::wouldWait()
104 void CSemaphore::signal()

Completed in 310 milliseconds