Searched defs:Mutex (Results 1 - 6 of 6) sorted by path

/frameworks/ex/variablespeed/jni/
H A Dno_synchronization.h29 class Mutex { class
31 Mutex() {} function in class:Mutex
32 virtual ~Mutex() {}
37 DISALLOW_COPY_AND_ASSIGN(Mutex);
42 explicit MutexLock(Mutex* mu) : mu_(mu) {}
46 Mutex* const mu_;
/frameworks/native/include/utils/
H A DMutex.h42 class Mutex { class in namespace:android
49 Mutex();
50 Mutex(const char* name);
51 Mutex(int type, const char* name = NULL);
52 ~Mutex();
65 inline Autolock(Mutex& mutex) : mLock(mutex) { mLock.lock(); }
66 inline Autolock(Mutex* mutex) : mLock(*mutex) { mLock.lock(); }
69 Mutex& mLock;
76 Mutex(const Mutex
91 inline Mutex::Mutex() { function in class:android::Mutex
94 inline Mutex::Mutex(const char* name) { function in class:android::Mutex
97 inline Mutex::Mutex(int type, const char* name) { function in class:android::Mutex
[all...]
/frameworks/rs/
H A DrsMutex.cpp23 Mutex::Mutex() { function in class:Mutex
26 Mutex::~Mutex() {
30 bool Mutex::init() {
33 ALOGE("Mutex::Mutex init failure");
39 bool Mutex::lock() {
43 ALOGE("Mutex: error %i locking.", status);
49 bool Mutex
[all...]
H A DrsMutex.h26 class Mutex { class in namespace:android::renderscript
28 Mutex();
29 ~Mutex();
/frameworks/support/renderscript/v8/rs_support/
H A DrsMutex.cpp23 Mutex::Mutex() { function in class:Mutex
26 Mutex::~Mutex() {
30 bool Mutex::init() {
33 ALOGE("Mutex::Mutex init failure");
39 bool Mutex::lock() {
43 ALOGE("Mutex: error %i locking.", status);
49 bool Mutex
[all...]
H A DrsMutex.h26 class Mutex { class in namespace:android::renderscript
28 Mutex();
29 ~Mutex();

Completed in 84 milliseconds