Home
last modified time | relevance | path

Searched refs:CSemaphore (Results 1 – 7 of 7) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
DCSemaphore.cpp39 CSemaphore::CSemaphore(int size) : m_waiters_count(0), m_count(size) in CSemaphore() function in CSemaphore
47 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()
DCSemaphore.h44 class CSemaphore
49 CSemaphore(int size = 0);
51 ~CSemaphore(void);
DCThread.h76 CSemaphore *m_sem;
DCThread.cpp42 m_sem = new CSemaphore(); in CThread()
DNetlinkConnection.h209 CSemaphore dataLeft;
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
DTrustZoneDevice.h58 CSemaphore schedSync; /**< Semaphore to synchronize S-SIQs with scheduler thread */
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
DMobiCoreDevice.h83CSemaphore mcpSessionNotification; /**< Semaphore to synchronize incoming notifications f…