Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dfallback_malloc.cpp38 class mutexor { class
41 mutexor ( std::__libcpp_mutex_t *m ) : mtx_(m) { in mutexor() function in __anon0cac37e50111::mutexor
44 ~mutexor () { std::__libcpp_mutex_unlock ( mtx_ ); } in ~mutexor()
46 mutexor ( void * ) {}
47 ~mutexor () {}
50 mutexor ( const mutexor &rhs );
51 mutexor & operator = ( const mutexor &rhs );
94 mutexor mtx ( &heap_mutex ); in fallback_malloc()
132 mutexor mtx ( &heap_mutex ); in fallback_free()