Home
last modified time | relevance | path

Searched refs:background_thread_info (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/jemalloc/src/
H A Dbackground_thread.c23 background_thread_info_t *background_thread_info; variable
314 if (info == &background_thread_info[0]) {
394 malloc_mutex_unlock(tsdn, &background_thread_info[0].mtx);
430 malloc_mutex_lock(tsdn, &background_thread_info[0].mtx);
447 &background_thread_info[0])) {
455 &background_thread_info[0], 0);
524 background_thread_info[thread_ind].thread));
635 &background_thread_info[0])) {
744 &background_thread_info[i].mtx);
753 &background_thread_info[i].mtx);
[all …]
H A Dctl.c2049 &background_thread_info[ind]; in arena_reset_prepare_background_thread()
2064 &background_thread_info[ind]; in arena_reset_finish_background_thread()
/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_externs.h10 extern background_thread_info_t *background_thread_info;
H A Dbackground_thread_inlines.h18 return &background_thread_info[arena_ind % ncpus]; in arena_background_thread_info_get()
H A Dprivate_namespace.h89 #define background_thread_info JEMALLOC_N(background_thread_info) macro