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

  /hardware/samsung_slsi/exynos5/libexynosutils/
ExynosMutex.cpp 18 * \file ExynosMutex.cpp
19 * \brief source file for ExynosMutex
30 #define LOG_TAG "ExynosMutex"
41 #include "ExynosMutex.h"
45 ExynosMutex::ExynosMutex()
52 ExynosMutex::~ExynosMutex()
58 bool ExynosMutex::create(int type, char* name)
95 void ExynosMutex::destroy(void
    [all...]
ExynosMutex.h 18 * \file ExynosMutex.h
19 * \brief header file for ExynosMutex
34 //! ExynosMutex
38 class ExynosMutex
50 ExynosMutex();
53 virtual ~ExynosMutex();
86 * \ingroup ExynosMutex
91 inline Autolock(ExynosMutex& mutex) : mLock(mutex) { mLock.lock(); }
94 inline Autolock(ExynosMutex* mutex) : mLock(*mutex) { mLock.lock(); }
99 ExynosMutex& mLock
    [all...]
Android.mk 27 LOCAL_SRC_FILES := ExynosMutex.cpp \

Completed in 47 milliseconds