Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_structs.h15 background_thread_started, enumerator
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dbackground_thread.c326 if (info->state == background_thread_started) {
405 bool create = (info->state == background_thread_started);
473 background_thread_started);
532 info->state = background_thread_started;
562 assert(t0->state == background_thread_started);
659 if (info->state != background_thread_started) {
H A Dctl.c2050 assert(info->state == background_thread_started); in arena_reset_prepare_background_thread()
2067 info->state = background_thread_started; in arena_reset_finish_background_thread()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dbackground_thread.c83 assert_b_eq(info->state, background_thread_started, in TEST_BEGIN()