Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dbackground_thread.c75 background_thread_wakeup_time_set(tsdn, info, 0);
246 background_thread_wakeup_time_set(tsdn, info,
259 background_thread_wakeup_time_set(tsdn, info,
489 background_thread_wakeup_time_set(tsd_tsdn(tsd), info,
503 background_thread_wakeup_time_set(tsd_tsdn(tsd), info, 0);
/external/jemalloc_new/include/jemalloc/internal/
Dbackground_thread_inlines.h30 background_thread_wakeup_time_set(tsdn_t *tsdn, background_thread_info_t *info, in background_thread_wakeup_time_set() function