Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_externs.h21 void background_thread_postfork_child(tsdn_t *tsdn);
/src/contrib/jemalloc/src/
H A Dbackground_thread.c62 void background_thread_postfork_child(tsdn_t *tsdn) NOT_REACHED in background_thread_create()
639 background_thread_postfork_child(tsdn_t *tsdn) {
H A Djemalloc.c4573 background_thread_postfork_child(tsd_tsdn(tsd)); in jemalloc_postfork_child()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h121 #define background_thread_postfork_child JEMALLOC_N(background_thread_postfork_child) macro