Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dbackground_thread.c246 if (info->state == background_thread_started) {
325 bool create = (info->state == background_thread_started);
393 background_thread_started);
454 info->state = background_thread_started;
483 assert(t0->state == background_thread_started);
598 return info->state == background_thread_started;
H A Dctl.c2638 assert(info->state == background_thread_started); in arena_reset_prepare_background_thread()
2654 info->state = background_thread_started; in arena_reset_finish_background_thread()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_structs.h27 background_thread_started, enumerator