/third_party/ltp/testcases/kernel/syscalls/clock_settime/ |
D | clock_settime03.c | 23 …{ .clock_gettime = sys_clock_gettime, .clock_settime = sys_clock_settime, .timer_settime = sys_tim… 27 …{ .clock_gettime = sys_clock_gettime64, .clock_settime = sys_clock_settime64, .timer_settime = sys… 78 TEST(tv->timer_settime(timer, TIMER_ABSTIME, tst_its_get(&its), NULL)); in run()
|
/third_party/ltp/testcases/kernel/syscalls/timer_settime/ |
D | timer_settime02.c | 64 …{ .timer_settime = sys_timer_settime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old … 68 …{ .timer_settime = sys_timer_settime64, .ts_type = TST_KERN_TIMESPEC, .desc = "syscall time64 with… 123 TEST(tv->timer_settime(*tc->timer_id, 0, new, old)); in run()
|
D | timer_settime01.c | 51 …{ .clock_gettime = sys_clock_gettime, .timer_gettime = sys_timer_gettime, .timer_settime = sys_tim… 55 …{ .clock_gettime = sys_clock_gettime64, .timer_gettime = sys_timer_gettime64, .timer_settime = sys… 143 TEST(tv->timer_settime(timer, tc->flag, tst_its_get(&new_set), tst_its_get(tc->old_ptr))); in run()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/ |
D | 8-4.c | 47 if (timer_settime(tid, 0, &its, &oits) != 0) { in main() 55 if (timer_settime(tid, 0, &its, &oits) != 0) { in main()
|
D | 8-3.c | 50 if (timer_settime(tid, 0, &its, &oits) != 0) { in main() 57 if (timer_settime(tid, 0, &its, &oits) != 0) { in main()
|
D | 8-2.c | 49 if (timer_settime(tid, 0, &its, &oits) != 0) { in main() 67 if (timer_settime(tid, 0, &its, &oits) != 0) { in main()
|
D | 3-2.c | 68 if (timer_settime(tid, 0, &its, NULL) != 0) { in main() 79 if (timer_settime(tid, 0, &its, NULL) != 0) { in main()
|
D | 3-3.c | 73 if (timer_settime(tid, 0, &its, NULL) != 0) { in main() 104 if (timer_settime(tid, 0, &its, NULL) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/timers/ |
D | twoevtimers.c | 86 if (timer_settime(tid1, flags, &its, NULL) != 0) { in main() 91 if (timer_settime(tid2, flags, &its, NULL) != 0) { in main()
|
D | twoptimers.c | 70 if (timer_settime(tid, flags, &its, NULL) != 0) { in main() 125 if (timer_settime(tid, flags, &its, NULL) != 0) { in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
D | timer_settime.c | 67 result = timer_settime(timerid, 0, &its, NULL); in timer_settime_0100() 91 timer_settime(NULL, 0, NULL, NULL); in timer_settime_0200()
|
/third_party/musl/ndk_musl_include/ |
D | time.h | 110 int timer_settime (timer_t, int, const struct itimerspec *__restrict, struct itimerspec *__restrict… 150 __REDIR(timer_settime, __timer_settime64);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | time.h | 110 int timer_settime (timer_t, int, const struct itimerspec *__restrict, struct itimerspec *__restrict… 152 __REDIR(timer_settime, __timer_settime64);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | time.h | 111 int timer_settime (timer_t, int, const struct itimerspec *__restrict, struct itimerspec *__restrict… 153 __REDIR(timer_settime, __timer_settime64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | time.h | 111 int timer_settime (timer_t, int, const struct itimerspec *__restrict, struct itimerspec *__restrict… 153 __REDIR(timer_settime, __timer_settime64);
|
/third_party/musl/include/ |
D | time.h | 112 int timer_settime (timer_t, int, const struct itimerspec *__restrict, struct itimerspec *__restrict… 154 __REDIR(timer_settime, __timer_settime64);
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | meson.build | 42 # FIXME: check that timer_create, timer_settime, timer_delete are in rt_lib 46 'libcompat/timer_settime.c',
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | time.h | 126 int timer_settime (timer_t, int, const struct itimerspec *__restrict, struct itimerspec *__restrict… 168 __REDIR(timer_settime, __timer_settime64);
|
/third_party/vk-gl-cts/framework/delibs/deutil/ |
D | deTimer.c | 229 if (timer_settime(timer->timer, 0, &tspec, DE_NULL) != 0) in deTimer_scheduleSingle() 250 if (timer_settime(timer->timer, 0, &tspec, DE_NULL) != 0) in deTimer_scheduleInterval() 268 timer_settime(timer->timer, 0, &tspec, DE_NULL); in deTimer_disable()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 33-1-buildonly.c | 23 dummyvar = timer_settime; in dummyfcn()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/speculative/ |
D | 12-1.c | 30 if (timer_settime(tid, 0, &its, NULL) == -1) { in main()
|
D | 12-2.c | 45 if (timer_settime(tid + 1, 0, &its, NULL) == -1) { in main()
|
D | 12-3.c | 47 if (timer_settime(tid, 0, &its, NULL) == -1) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/ |
D | 1-2.c | 53 if (timer_settime(tid, 0, &its, NULL) == -1) { in main()
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/libcompat/ |
D | timer_settime.c | 24 timer_settime (timer_t timerid CK_ATTRIBUTE_UNUSED, in timer_settime() function
|