HomeSort by relevance Sort by last modified time
    Searched refs:CSemaphore (Results 1 - 12 of 12) 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;
  /external/lzma/C/
Threads.h 41 typedef HANDLE CSemaphore;
45 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
46 WRes Semaphore_ReleaseN(CSemaphore *p, UInt32 num);
47 WRes Semaphore_Release1(CSemaphore *p);
Threads.c 58 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount)
64 static WRes Semaphore_Release(CSemaphore *p, LONG releaseCount, LONG *previousCount)
66 WRes Semaphore_ReleaseN(CSemaphore *p, UInt32 num)
68 WRes Semaphore_Release1(CSemaphore *p) { return Semaphore_ReleaseN(p, 1); }
LzFindMt.h 33 CSemaphore freeSemaphore;
34 CSemaphore filledSemaphore;
  /external/lzma/CPP/Windows/
Synchronization.h 126 class CSemaphore
128 ::CSemaphore _object;
130 CSemaphore() { Semaphore_Construct(&_object); }
131 ~CSemaphore() { Close(); }
  /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 141 milliseconds