Searched refs:nstime_update (Results 1 – 8 of 8) sorted by relevance
82 nstime_update(&before); in malloc_mutex_lock_slow()99 nstime_update(&after); in malloc_mutex_lock_slow()
170 nstime_update_t *JET_MUTABLE nstime_update = nstime_update_impl; variable
350 nstime_update(&t); in prof_malloc_sample_object()477 nstime_update(&free_time); in prof_try_log()2543 nstime_update(&log_start_timestamp); in prof_log_start()2677 nstime_update(&now); in prof_log_emit_metadata()
244 nstime_update(&astats->uptime); in arena_stats_merge()672 nstime_update(&decay->epoch); in arena_decay_reinit()731 nstime_update(&time); in arena_maybe_decay()2086 nstime_update(&arena->create_time); in arena_new()
240 nstime_update(&next_wakeup);
32 extern nstime_update_t *JET_MUTABLE nstime_update;
275 #define nstime_update JEMALLOC_N(nstime_update) macro
602 - Fix gettimeofday() version of nstime_update(). (@ronawho)