Searched defs:Mutex (Results 1 - 2 of 2) sorted by last modified time

/frameworks/rs/
H A DrsMutex.cpp22 Mutex::Mutex() { function in class:android::renderscript::Mutex
25 Mutex::~Mutex() {
29 bool Mutex::init() {
32 ALOGE("Mutex::Mutex init failure");
38 bool Mutex::lock() {
42 ALOGE("Mutex: error %i locking.", status);
48 bool Mutex
[all...]
H A DrsMutex.h26 class Mutex { class in namespace:android::renderscript
28 Mutex();
29 ~Mutex();

Completed in 137 milliseconds