Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dfallback_malloc.cpp35 static std::__libcpp_mutex_t heap_mutex = _LIBCPP_MUTEX_INITIALIZER; variable
37 static void* heap_mutex = 0;
102 mutexor mtx(&heap_mutex); in fallback_malloc()
140 mutexor mtx(&heap_mutex); in fallback_free()