HomeSort by relevance Sort by last modified time
    Searched full:cmutex (Results 1 - 15 of 15) sorted by null

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CMutex.h 40 class CMutex
45 CMutex(void);
47 ~CMutex(void);
CMutex.cpp 33 #include "CMutex.h"
37 CMutex::CMutex(
47 CMutex::~CMutex(
57 int32_t CMutex::lock(
66 int32_t CMutex::trylock(
75 int32_t CMutex::unlock(
CSemaphore.h 39 * Could inherit from CMutex, or use CMutex internally.
NetlinkConnection.h 46 #include "CMutex.h"
208 CMutex dataMutex;
  /external/lzma/CPP/Windows/
Synchronization.h 93 class CMutex: public CObject
119 CMutex *_object;
121 CMutexLock(CMutex &object): _object(&object) { _object->Lock(); }
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
NotificationQueue.h 38 #include "CMutex.h"
81 CMutex mutex;
MobiCoreDevice.cpp 143 static CMutex mutex;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Android.mk 25 Common/CMutex.cpp \
54 LOCAL_SRC_FILES += Common/CMutex.cpp \
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
Session.h 39 #include "CMutex.h"
96 CMutex workLock;
ClientLib.cpp 45 #include "CMutex.h"
71 CMutex devMutex;
711 static CMutex mutex;
797 static CMutex mutex;
  /external/chromium_org/third_party/icu/source/common/
umutex.h 14 * 05/13/99 stephen Changed to umutex (from cmutex)
umutex.c 16 * 05/13/99 stephen Changed to umutex (from cmutex).
  /external/icu4c/common/
umutex.h 14 * 05/13/99 stephen Changed to umutex (from cmutex)
umutex.cpp 16 * 05/13/99 stephen Changed to umutex (from cmutex).
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 701 static CMutex mutex;

Completed in 397 milliseconds