Lines Matching defs:mutexor
43 class mutexor {46 mutexor(std::__libcpp_mutex_t* m) : mtx_(m) {49 ~mutexor() { std::__libcpp_mutex_unlock(mtx_); }51 mutexor(void*) {}52 ~mutexor() {}55 mutexor(const mutexor& rhs);56 mutexor& operator=(const mutexor& rhs);135 mutexor mtx(&heap_mutex);194 mutexor mtx(&heap_mutex);