Searched refs:mutexor (Results 1 – 1 of 1) sorted by relevance
38 class mutexor { class41 mutexor ( std::__libcpp_mutex_t *m ) : mtx_(m) { in mutexor() function in __anon0cac37e50111::mutexor44 ~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()