Searched refs:background_thread_info (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/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];
/netbsd-current/external/bsd/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];
H A Dprivate_namespace.gen.h91 #define background_thread_info JEMALLOC_N(background_thread_info) macro
H A Dprivate_namespace.h91 #define background_thread_info JEMALLOC_N(background_thread_info) macro
/netbsd-current/external/bsd/jemalloc/dist/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);
399 background_thread_info_t *info = &background_thread_info[i];
430 malloc_mutex_lock(tsdn, &background_thread_info[0].mtx);
445 while (background_thread_info[0].state != background_thread_stopped) {
447 &background_thread_info[0])) {
455 &background_thread_info[0], 0);
464 background_thread_info_t *info = &background_thread_info[i];
480 background_thread_info[
[all...]
H A Dctl.c2049 &background_thread_info[ind];
2064 &background_thread_info[ind];
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dbackground_thread.c79 background_thread_info_t *info = &background_thread_info[0];
H A Darena_reset.c145 &background_thread_info[arena_ind % ncpus].mtx);
154 &background_thread_info[arena_ind % ncpus].mtx);

Completed in 207 milliseconds