Home
last modified time | relevance | path

Searched refs:background_thread_info_t (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h15 JEMALLOC_ALWAYS_INLINE background_thread_info_t *
21 JEMALLOC_ALWAYS_INLINE background_thread_info_t *
27 background_thread_wakeup_time_get(background_thread_info_t *info) { in background_thread_wakeup_time_get()
35 background_thread_wakeup_time_set(tsdn_t *tsdn, background_thread_info_t *info, in background_thread_wakeup_time_set()
44 background_thread_indefinite_sleep(background_thread_info_t *info) { in background_thread_indefinite_sleep()
54 background_thread_info_t *info = in arena_background_thread_inactivity_check()
H A Dbackground_thread_structs.h45 typedef struct background_thread_info_s background_thread_info_t; typedef
H A Dbackground_thread_externs.h10 extern background_thread_info_t *background_thread_info;
/freebsd/contrib/jemalloc/src/
H A Dbackground_thread.c25 background_thread_info_t *background_thread_info;
72 background_thread_info_init(tsdn_t *tsdn, background_thread_info_t *info) {
216 background_thread_sleep(tsdn_t *tsdn, background_thread_info_t *info,
272 background_thread_pause_check(tsdn_t *tsdn, background_thread_info_t *info) {
286 background_work_sleep_once(tsdn_t *tsdn, background_thread_info_t *info, unsigned ind) {
311 background_threads_disable_single(tsd_t *tsd, background_thread_info_t *info) {
397 background_thread_info_t *info = &background_thread_info[i];
462 background_thread_info_t *info = &background_thread_info[i];
484 background_thread_info_t *info = &background_thread_info[ind];
530 background_thread_init(tsd_t *tsd, background_thread_info_t *info) {
[all …]
H A Dctl.c2161 background_thread_info_t *info = in arena_reset_prepare_background_thread()
2175 background_thread_info_t *info = in arena_reset_finish_background_thread()
H A Dextent.c208 background_thread_info_t *info; in extent_hooks_set()