Searched refs:mutexor (Results 1 – 1 of 1) sorted by relevance
40 class mutexor { class43 mutexor(std::__libcpp_mutex_t* m) : mtx_(m) { in mutexor() function in __anon8343a26e0111::mutexor46 ~mutexor() { std::__libcpp_mutex_unlock(mtx_); } in ~mutexor()48 mutexor(void*) {}49 ~mutexor() {}52 mutexor(const mutexor& rhs);53 mutexor& operator=(const mutexor& rhs);102 mutexor mtx(&heap_mutex); in fallback_malloc()140 mutexor mtx(&heap_mutex); in fallback_free()