Searched refs:k_clock (Results 1 – 6 of 6) sorted by relevance
10 struct k_clock { struct39 extern const struct k_clock clock_posix_cpu; argument40 extern const struct k_clock clock_posix_dynamic;41 extern const struct k_clock clock_process;42 extern const struct k_clock clock_thread;43 extern const struct k_clock alarm_clock;44 extern const struct k_clock clock_aux;
57 static const struct k_clock * const posix_clocks[];58 static const struct k_clock *clockid_to_kclock(const clockid_t id);59 static const struct k_clock clock_realtime, clock_monotonic;468 const struct k_clock *kc = clockid_to_kclock(which_clock); in do_timer_create()685 const struct k_clock *kc = timr->kclock; in common_timer_get()887 const struct k_clock *kc = timr->kclock; in common_timer_set()1001 const struct k_clock *kc = timer->kclock; in common_timer_del()1118 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()1137 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()1154 const struct k_clock *kc = clockid_to_kclock(which_clock); in do_clock_adjtime()[all …]
313 const struct k_clock clock_posix_dynamic = {
815 const struct k_clock alarm_clock = {
2981 const struct k_clock clock_aux = {
195 const struct k_clock *kclock;