Searched defs:Mutex (Results 1 - 2 of 2) 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();

Completed in 68 milliseconds