Searched defs:Mutex (Results 1 - 3 of 3) sorted by relevance

/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/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_;

Completed in 241 milliseconds