Home
last modified time | relevance | path

Searched refs:mutexor (Results 1 – 1 of 1) sorted by relevance

/external/libcxxabi/src/
Dfallback_malloc.cpp40 class mutexor { class
43 mutexor(std::__libcpp_mutex_t* m) : mtx_(m) { in mutexor() function in __anon8343a26e0111::mutexor
46 ~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()