Home
last modified time | relevance | path

Searched refs:next_wakeup (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h28 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
30 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
31 return next_wakeup; in background_thread_wakeup_time_get()
40 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
H A Dbackground_thread_structs.h32 nstime_t next_wakeup; member
/freebsd/contrib/jemalloc/src/
H A Dbackground_thread.c238 nstime_t next_wakeup;
239 nstime_init(&next_wakeup, 0);
240 nstime_update(&next_wakeup);
241 nstime_iadd(&next_wakeup, interval);
242 assert(nstime_ns(&next_wakeup) <
245 nstime_ns(&next_wakeup));