Home
last modified time | relevance | path

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

/kernel/time/
Dposix-timers.c127 static struct k_clock posix_clocks[MAX_CLOCKS]; variable
557 posix_clocks[clock_id] = *new_clock; in posix_timers_register_clock()
603 if (id >= MAX_CLOCKS || !posix_clocks[id].clock_getres) in clockid_to_kclock()
605 return &posix_clocks[id]; in clockid_to_kclock()