HomeSort by relevance Sort by last modified time
    Searched refs:heap_mutex (Results 1 - 2 of 2) sorted by null

  /external/libcxxabi/src/
fallback_malloc.cpp 32 static std::__libcpp_mutex_t heap_mutex = _LIBCPP_MUTEX_INITIALIZER; member in namespace:__anon24571
34 static void* heap_mutex = 0;
99 mutexor mtx(&heap_mutex);
137 mutexor mtx(&heap_mutex);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
fallback_malloc.cpp 32 static std::__libcpp_mutex_t heap_mutex = _LIBCPP_MUTEX_INITIALIZER; member in namespace:__anon666
34 static void* heap_mutex = 0;
99 mutexor mtx(&heap_mutex);
137 mutexor mtx(&heap_mutex);

Completed in 172 milliseconds