Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dbackground_thread_structs.h17 background_thread_paused, enumerator
/external/jemalloc_new/src/
Dbackground_thread.c275 if (unlikely(info->state == background_thread_paused)) {
325 assert(info->state != background_thread_paused);
465 assert(info->state != background_thread_paused);
Dctl.c2052 info->state = background_thread_paused; in arena_reset_prepare_background_thread()
2065 assert(info->state == background_thread_paused); in arena_reset_finish_background_thread()