Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h15 JEMALLOC_ALWAYS_INLINE background_thread_info_t *
22 background_thread_wakeup_time_get(background_thread_info_t *info) { in background_thread_wakeup_time_get()
30 background_thread_wakeup_time_set(tsdn_t *tsdn, background_thread_info_t *info, in background_thread_wakeup_time_set()
39 background_thread_indefinite_sleep(background_thread_info_t *info) { in background_thread_indefinite_sleep()
49 background_thread_info_t *info = in arena_background_thread_inactivity_check()
H A Dbackground_thread_structs.h44 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;
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dbackground_thread.c23 background_thread_info_t *background_thread_info;
218 background_thread_sleep(tsdn_t *tsdn, background_thread_info_t *info,
399 background_thread_info_t *info = &background_thread_info[i];
464 background_thread_info_t *info = &background_thread_info[i];
486 background_thread_info_t *info = &background_thread_info[ind];
560 background_thread_info_t *t0 = &background_thread_info[0];
613 background_thread_info_t *info = &background_thread_info[
765 background_thread_info_t *info = &background_thread_info[i];
789 background_thread_info_t *info = &background_thread_info[i];
885 sizeof(background_thread_info_t), CACHELINE); in background_thread_boot1()
[all …]
H A Dctl.c2048 background_thread_info_t *info = in arena_reset_prepare_background_thread()
2063 background_thread_info_t *info = in arena_reset_finish_background_thread()
H A Dextent.c203 background_thread_info_t *info; in extent_hooks_set()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dbackground_thread.c79 background_thread_info_t *info = &background_thread_info[0]; in TEST_BEGIN()