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;461 const struct k_clock *kc = clockid_to_kclock(which_clock); in common_timer_create() 678 const struct k_clock *kc = timr->kclock;880 const struct k_clock *kc = timr->kclock; in posix_timer_set_common() 994 const struct k_clock *kc = timer->kclock; in SYSCALL_DEFINE4() 1111 const struct k_clock *kc = clockid_to_kclock(which_clock); in exit_itimers() 1130 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2() 1147 const struct k_clock *k in SYSCALL_DEFINE2() [all...]
313 const struct k_clock clock_posix_dynamic = {
815 const struct k_clock alarm_clock = {
2983 const struct k_clock clock_aux = {
195 const struct k_clock *kclock;