• Home
  • Raw
  • Download

Lines Matching refs:tsdn_t

59 void background_thread_interval_check(tsdn_t *tsdn, arena_t *arena,  in background_thread_create()
61 void background_thread_prefork0(tsdn_t *tsdn) NOT_REACHED in background_thread_create()
62 void background_thread_prefork1(tsdn_t *tsdn) NOT_REACHED in background_thread_create()
63 void background_thread_postfork_parent(tsdn_t *tsdn) NOT_REACHED in background_thread_create()
64 void background_thread_postfork_child(tsdn_t *tsdn) NOT_REACHED in background_thread_create()
65 bool background_thread_stats_read(tsdn_t *tsdn, in background_thread_create()
67 void background_thread_ctl_init(tsdn_t *tsdn) NOT_REACHED in background_thread_create()
74 background_thread_info_init(tsdn_t *tsdn, background_thread_info_t *info) {
118 arena_decay_compute_purge_interval_impl(tsdn_t *tsdn, arena_decay_t *decay,
204 arena_decay_compute_purge_interval(tsdn_t *tsdn, arena_t *arena) {
218 background_thread_sleep(tsdn_t *tsdn, background_thread_info_t *info,
274 background_thread_pause_check(tsdn_t *tsdn, background_thread_info_t *info) {
288 background_work_sleep_once(tsdn_t *tsdn, background_thread_info_t *info, unsigned ind) {
393 tsdn_t *tsdn = tsd_tsdn(tsd);
645 background_thread_interval_check(tsdn_t *tsdn, arena_t *arena,
728 background_thread_prefork0(tsdn_t *tsdn) {
734 background_thread_prefork1(tsdn_t *tsdn) {
741 background_thread_postfork_parent(tsdn_t *tsdn) {
750 background_thread_postfork_child(tsdn_t *tsdn) {
777 background_thread_stats_read(tsdn_t *tsdn, background_thread_stats_t *stats) {
837 background_thread_ctl_init(tsdn_t *tsdn) {
864 background_thread_boot1(tsdn_t *tsdn) { in background_thread_boot1()