Searched refs:background_thread_is_started (Results 1 – 4 of 4) sorted by relevance
15 bool background_thread_is_started(background_thread_info_t* info);
56 bool background_thread_is_started(background_thread_info_t *info) NOT_REACHED in background_thread_create()597 background_thread_is_started(background_thread_info_t *info) {
544 if (!background_thread_is_started(info)) { in arena_maybe_do_deferred_work()
119 #define background_thread_is_started JEMALLOC_N(background_thread_is_started) macro