Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dbackground_thread.c324 if (info->state == background_thread_started) {
403 bool create = (info->state == background_thread_started);
471 background_thread_started);
532 info->state = background_thread_started;
561 assert(t0->state == background_thread_started);
671 if (info->state != background_thread_started) {
H A Dctl.c2163 assert(info->state == background_thread_started); in arena_reset_prepare_background_thread()
2179 info->state = background_thread_started; in arena_reset_finish_background_thread()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_structs.h16 background_thread_started, enumerator