Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_structs.h18 background_thread_paused, enumerator
/freebsd/contrib/jemalloc/src/
H A Dbackground_thread.c273 if (unlikely(info->state == background_thread_paused)) {
323 assert(info->state != background_thread_paused);
463 assert(info->state != background_thread_paused);
H A Dctl.c2165 info->state = background_thread_paused; in arena_reset_prepare_background_thread()
2177 assert(info->state == background_thread_paused); in arena_reset_finish_background_thread()