Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dbackground_thread.c120 if (malloc_mutex_trylock(tsdn, &decay->mtx)) {
649 if (malloc_mutex_trylock(tsdn, &info->mtx)) {
662 if (malloc_mutex_trylock(tsdn, &decay->mtx)) {
Darena.c859 if (malloc_mutex_trylock(tsdn, &decay->mtx)) { in arena_decay_impl()
/external/jemalloc_new/include/jemalloc/internal/
Dmutex.h163 malloc_mutex_trylock(tsdn_t *tsdn, malloc_mutex_t *mutex) { in malloc_mutex_trylock() function