HomeSort by relevance Sort by last modified time
    Searched refs:CSemaphore (Results 1 - 8 of 8) sorted by null

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CSemaphore.h 44 class CSemaphore
49 CSemaphore(int size = 0);
51 ~CSemaphore(void);
CSemaphore.cpp 35 #include "CSemaphore.h"
39 CSemaphore::CSemaphore(int size) : m_waiters_count(0), m_count(size)
47 CSemaphore::~CSemaphore()
55 void CSemaphore::wait()
67 bool CSemaphore::wait(int sec)
92 bool CSemaphore::wouldWait()
104 void CSemaphore::signal()
CThread.h 37 #include "CSemaphore.h"
76 CSemaphore *m_sem;
CThread.cpp 42 m_sem = new CSemaphore();
NetlinkConnection.h 47 #include "CSemaphore.h"
209 CSemaphore dataLeft;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.h 43 #include "CSemaphore.h"
58 CSemaphore schedSync; /**< Semaphore to synchronize S-SIQs with scheduler thread */
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Android.mk 57 Common/CSemaphore.cpp \
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
MobiCoreDevice.h 83 CSemaphore mcpSessionNotification; /**< Semaphore to synchronize incoming notifications for the MCP session */

Completed in 45 milliseconds