Home | History | Annotate | Download | only in rs

Lines Matching refs:Mutex

23 Mutex::Mutex() {
26 Mutex::~Mutex() {
30 bool Mutex::init() {
33 LOGE("Mutex::Mutex init failure");
39 bool Mutex::lock() {
43 LOGE("Mutex: error %i locking.", status);
49 bool Mutex::unlock() {
53 LOGE("Mutex error %i unlocking.", status);