Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-timers.c55 static const struct k_clock * const posix_clocks[]; variable
1393 static const struct k_clock * const posix_clocks[] = { variable
1416 if (id >= ARRAY_SIZE(posix_clocks)) in clockid_to_kclock()
1419 return posix_clocks[array_index_nospec(idx, ARRAY_SIZE(posix_clocks))]; in clockid_to_kclock()
/OK3568_Linux_fs/buildroot/package/ltp-testsuite/
H A D0001-lapi-Add-sysinfo.h-to-fix-build-with-MUSL-libc.patch205 #include "lapi/posix_clocks.h"