Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/
H A Dtime.h99 int clock_settime(clockid_t __clock, const struct timespec* __ts);
/aosp12/bionic/tests/headers/posix/
H A Dtime_h.c83 FUNCTION(clock_settime, int (*f)(clockid_t, const struct timespec*)); in time_h()
/aosp12/bionic/libc/
H A DSECCOMP_BLOCKLIST_APP.TXT33 int clock_settime(clockid_t, const struct timespec*) all
H A DSYSCALLS.TXT220 int clock_settime(clockid_t, const struct timespec*) all
H A Dlibc.map.txt276 clock_settime;
/aosp12/bionic/tests/
H A Dtime_test.cpp898 TEST(time, clock_settime) { in TEST() argument
901 ASSERT_EQ(-1, clock_settime(-1, &ts)); in TEST()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt117 clock_settime
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt276 clock_settime;