Home
last modified time | relevance | path

Searched refs:nstime_add (Results 1 – 25 of 208) sorted by path

123456789

/dports/databases/redis-devel/redis-0e5b813/deps/jemalloc/include/jemalloc/internal/
H A Dmutex.h195 nstime_add(&sum->tot_wait_time, &data->tot_wait_time); in malloc_mutex_prof_merge()
273 nstime_add(&data->tot_wait_time, &source->tot_wait_time); in malloc_mutex_prof_accum()
H A Dnstime.h20 void nstime_add(nstime_t *time, const nstime_t *addend);
/dports/databases/redis-devel/redis-0e5b813/deps/jemalloc/src/
H A Darena.c535 nstime_add(&decay->deadline, &decay->interval); in arena_decay_deadline_init()
541 nstime_add(&decay->deadline, &jitter); in arena_decay_deadline_init()
636 nstime_add(&decay->epoch, &delta); in arena_decay_epoch_advance_helper()
H A Dbackground_thread.c266 nstime_add(&info->tot_sleep_time, &after_sleep);
811 nstime_add(&stats->run_interval, &info->tot_sleep_time);
H A Dmutex.c95 nstime_add(&data->tot_wait_time, &delta); in malloc_mutex_lock_slow()
H A Dnstime.c52 nstime_add(nstime_t *time, const nstime_t *addend) { in nstime_add() function
/dports/databases/redis-devel/redis-0e5b813/deps/jemalloc/test/unit/
H A Ddecay.c392 nstime_add(&deadline, &decay_ms); in decay_ticker_helper()
413 nstime_add(&time_mock, &update_interval); in decay_ticker_helper()
H A Dnstime.c74 nstime_add(&nsta, &nstb); in TEST_BEGIN()
81 nstime_add(&nsta, &nstb); in TEST_BEGIN()
190 nstime_add(&nsta, &nstc); in TEST_BEGIN()
220 nstime_add(&nst, &addend); in TEST_BEGIN()
/dports/databases/redis5/redis-5.0.14/deps/jemalloc/include/jemalloc/internal/
H A Dmutex.h179 nstime_add(&sum->tot_wait_time, &data->tot_wait_time); in malloc_mutex_prof_merge()
H A Dnstime.h20 void nstime_add(nstime_t *time, const nstime_t *addend);
/dports/databases/redis5/redis-5.0.14/deps/jemalloc/src/
H A Darena.c435 nstime_add(&decay->deadline, &decay->interval); in arena_decay_deadline_init()
441 nstime_add(&decay->deadline, &jitter); in arena_decay_deadline_init()
536 nstime_add(&decay->epoch, &delta); in arena_decay_epoch_advance_helper()
H A Dbackground_thread.c268 nstime_add(&info->tot_sleep_time, &after_sleep);
793 nstime_add(&stats->run_interval, &info->tot_sleep_time);
H A Dmutex.c94 nstime_add(&data->tot_wait_time, &delta); in malloc_mutex_lock_slow()
H A Dnstime.c52 nstime_add(nstime_t *time, const nstime_t *addend) { in nstime_add() function
/dports/databases/redis5/redis-5.0.14/deps/jemalloc/test/unit/
H A Ddecay.c386 nstime_add(&deadline, &decay_ms); in decay_ticker_helper()
407 nstime_add(&time_mock, &update_interval); in decay_ticker_helper()
H A Dnstime.c74 nstime_add(&nsta, &nstb); in TEST_BEGIN()
81 nstime_add(&nsta, &nstb); in TEST_BEGIN()
190 nstime_add(&nsta, &nstc); in TEST_BEGIN()
220 nstime_add(&nst, &addend); in TEST_BEGIN()
/dports/databases/redis6/redis-6.0.16/deps/jemalloc/include/jemalloc/internal/
H A Dmutex.h179 nstime_add(&sum->tot_wait_time, &data->tot_wait_time); in malloc_mutex_prof_merge()
H A Dnstime.h20 void nstime_add(nstime_t *time, const nstime_t *addend);
/dports/databases/redis6/redis-6.0.16/deps/jemalloc/src/
H A Darena.c435 nstime_add(&decay->deadline, &decay->interval); in arena_decay_deadline_init()
441 nstime_add(&decay->deadline, &jitter); in arena_decay_deadline_init()
536 nstime_add(&decay->epoch, &delta); in arena_decay_epoch_advance_helper()
H A Dbackground_thread.c268 nstime_add(&info->tot_sleep_time, &after_sleep);
799 nstime_add(&stats->run_interval, &info->tot_sleep_time);
H A Dmutex.c94 nstime_add(&data->tot_wait_time, &delta); in malloc_mutex_lock_slow()
H A Dnstime.c52 nstime_add(nstime_t *time, const nstime_t *addend) { in nstime_add() function
/dports/databases/redis6/redis-6.0.16/deps/jemalloc/test/unit/
H A Ddecay.c386 nstime_add(&deadline, &decay_ms); in decay_ticker_helper()
407 nstime_add(&time_mock, &update_interval); in decay_ticker_helper()
H A Dnstime.c74 nstime_add(&nsta, &nstb); in TEST_BEGIN()
81 nstime_add(&nsta, &nstb); in TEST_BEGIN()
190 nstime_add(&nsta, &nstc); in TEST_BEGIN()
220 nstime_add(&nst, &addend); in TEST_BEGIN()
/dports/devel/radare2/radare2-5.1.1/shlr/heap/include/r_jemalloc/internal/
H A Dnstime.h28 void nstime_add(nstime_t *time, const nstime_t *addend);

123456789