Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dfallback_malloc.cpp33 static std::__libcpp_mutex_t heap_mutex = _LIBCPP_MUTEX_INITIALIZER; variable
35 static void * heap_mutex = 0;
94 mutexor mtx ( &heap_mutex ); in fallback_malloc()
132 mutexor mtx ( &heap_mutex ); in fallback_free()