Searched refs:background_thread_postfork_parent (Results 1 – 4 of 4) sorted by relevance
20 void background_thread_postfork_parent(tsdn_t *tsdn);
61 void background_thread_postfork_parent(tsdn_t *tsdn) NOT_REACHED in background_thread_create()630 background_thread_postfork_parent(tsdn_t *tsdn) {
4543 background_thread_postfork_parent(tsd_tsdn(tsd)); in jemalloc_postfork_parent()
122 #define background_thread_postfork_parent JEMALLOC_N(background_thread_postfork_parent) macro