Home
last modified time | relevance | path

Searched refs:background_thread_wakeup_time_set (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/jemalloc/src/
H A Dbackground_thread.c73 background_thread_wakeup_time_set(tsdn, info, 0);
244 background_thread_wakeup_time_set(tsdn, info,
257 background_thread_wakeup_time_set(tsdn, info,
487 background_thread_wakeup_time_set(tsd_tsdn(tsd), info,
501 background_thread_wakeup_time_set(tsd_tsdn(tsd), info, 0);
/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h35 background_thread_wakeup_time_set(tsdn_t *tsdn, background_thread_info_t *info, in background_thread_wakeup_time_set() function