Searched refs:settime (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd01.c | 55 static void settime(int tfd, struct tst_its *tmr, int tflags, in settime() function 107 settime(tfd, &tmr, 0, 100 * 1000, 0); in run() 112 settime(tfd, &tmr, TFD_TIMER_ABSTIME, tnow + 100 * 1000, 0); in run() 117 settime(tfd, &tmr, TFD_TIMER_ABSTIME, tnow + 50 * 1000, 50 * 1000); in run() 135 settime(tfd, &tmr, 0, 100 * 1000, 0); in run()
|
/third_party/zlib/contrib/untgz/ |
D | untgz.c | 243 struct utimbuf settime; in setfiletime() 245 settime.actime = settime.modtime = ftime; in setfiletime() 246 return utime(fname,&settime); in setfiletime()
|
/third_party/icu/icu4c/source/data/rbnf/ |
D | it.txt | 493 "7: settime;",
|
/third_party/gstreamer/gstreamer/ |
D | meson.build | 505 # Needed for timer_create/settime/delete
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 34053 struct hlist_head settime; member 50689 int (*settime)(const struct timespec64 *, const struct timezone *); member
|
/third_party/NuttX/ |
D | ReleaseNotes | 29024 * [#2612](https://github.com/apache/nuttx/pull/2612) arm: kinetis: S32K/Kinetis: Fix RTC settime pr… 29025 * [#2612](https://github.com/apache/nuttx/pull/2612) arm: S32K/Kinetis: Fix RTC settime prescaler
|