HomeSort by relevance Sort by last modified time
    Searched defs:CMutex (Results 1 - 3 of 3) sorted by null

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
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(
CMutex.h 40 class CMutex
45 CMutex(void);
47 ~CMutex(void);
  /external/lzma/CPP/Windows/
Synchronization.h 93 class CMutex: public CObject
119 CMutex *_object;
121 CMutexLock(CMutex &object): _object(&object) { _object->Lock(); }

Completed in 3196 milliseconds