/third_party/musl/libc-test/src/functionalext/supplement/time/ |
D | clock_nanosleep.c | 35 ret = clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &ts, NULL); in clock_nanosleep_0100() 50 ret = clock_nanosleep(CLOCK_TAI, TIMER_ABSTIME, &ts, NULL); in clock_nanosleep_0200() 65 ret = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &ts, NULL); in clock_nanosleep_0300() 80 ret = clock_nanosleep(CLOCK_BOOTTIME, TIMER_ABSTIME, &ts, NULL); in clock_nanosleep_0400() 96 ret = clock_nanosleep(CLOCK_REALTIME, 0, &ts, NULL); in clock_nanosleep_0500() 112 ret = clock_nanosleep(CLOCK_THREAD_CPUTIME_ID, TIMER_ABSTIME, &ts, NULL); in clock_nanosleep_0600()
|
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
D | clock_nanosleep03.c | 27 …{ .clock_gettime = libc_clock_gettime, .clock_nanosleep = libc_clock_nanosleep, .ts_type = TST_LIB… 30 …{ .clock_gettime = sys_clock_gettime, .clock_nanosleep = sys_clock_nanosleep, .ts_type = TST_KERN_… 34 …{ .clock_gettime = sys_clock_gettime64, .clock_nanosleep = sys_clock_nanosleep64, .ts_type = TST_K… 65 TEST(tv->clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, tst_ts_get(&sleep_abs), NULL)); in verify_clock_nanosleep() 70 if ((tv->clock_nanosleep == libc_clock_nanosleep) && TST_RET) { in verify_clock_nanosleep()
|
D | clock_nanosleep04.c | 20 …{ .clock_gettime = libc_clock_gettime, .clock_nanosleep = libc_clock_nanosleep, .ts_type = TST_LIB… 23 …{ .clock_gettime = sys_clock_gettime, .clock_nanosleep = sys_clock_nanosleep, .ts_type = TST_KERN_… 27 …{ .clock_gettime = sys_clock_gettime64, .clock_nanosleep = sys_clock_nanosleep64, .ts_type = TST_K… 50 TEST(tv->clock_nanosleep(tcase[i], TIMER_ABSTIME, tst_ts_get(&ts), NULL)); in do_test()
|
D | clock_nanosleep01.c | 110 …{ .clock_nanosleep = libc_clock_nanosleep, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall … 113 …{ .clock_nanosleep = sys_clock_nanosleep, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with … 117 …{ .clock_nanosleep = sys_clock_nanosleep64, .ts_type = TST_KERN_TIMESPEC, .desc = "syscall time64 … 142 tv->clock_nanosleep == libc_clock_nanosleep) { in do_test() 164 TEST(tv->clock_nanosleep(tc->clk_id, tc->flags, request, remain)); in do_test() 166 if (tv->clock_nanosleep == libc_clock_nanosleep) { in do_test()
|
D | clock_nanosleep02.c | 20 TEST(clock_nanosleep(clk_id, 0, &t, NULL)); in sample_fn()
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | AudioClock.h | 50 return 0 - clock_nanosleep(clockId, TIMER_ABSTIME, &time, NULL); 67 return 0 - clock_nanosleep(clockId, 0, &time, NULL);
|
/third_party/musl/ndk_musl_include/ |
D | time.h | 104 int clock_nanosleep (clockid_t, int, const struct timespec *, struct timespec *); 149 __REDIR(clock_nanosleep, __clock_nanosleep_time64);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | time.h | 104 int clock_nanosleep (clockid_t, int, const struct timespec *, struct timespec *); 151 __REDIR(clock_nanosleep, __clock_nanosleep_time64);
|
/third_party/musl/include/ |
D | time.h | 104 int clock_nanosleep (clockid_t, int, const struct timespec *, struct timespec *); 151 __REDIR(clock_nanosleep, __clock_nanosleep_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | time.h | 105 int clock_nanosleep (clockid_t, int, const struct timespec *, struct timespec *); 152 __REDIR(clock_nanosleep, __clock_nanosleep_time64);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | time.h | 105 int clock_nanosleep (clockid_t, int, const struct timespec *, struct timespec *); 152 __REDIR(clock_nanosleep, __clock_nanosleep_time64);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | time.h | 118 int clock_nanosleep (clockid_t, int, const struct timespec *, struct timespec *); 165 __REDIR(clock_nanosleep, __clock_nanosleep_time64);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 14-1-buildonly.c | 23 dummyvar = clock_nanosleep; in dummyfcn()
|
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
D | leapsec01.c | 105 ret = clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &target, NULL); in test_hrtimer_early_expiration() 156 clock_nanosleep(CLOCK_MONOTONIC, 0, &sleeptime, NULL); in run_leapsec()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/ |
D | 13-1.c | 27 if (clock_nanosleep(BOGUSCLOCKID, 0, &tssleep, NULL) == EINVAL) { in main()
|
D | 11-1.c | 42 if (clock_nanosleep(CLOCK_REALTIME, 0, &tssleep, NULL) != in main()
|
D | 1-1.c | 30 if (clock_nanosleep(CLOCK_REALTIME, 0, &tssleep, NULL) != 0) { in main()
|
D | 2-1.c | 40 if (clock_nanosleep(CLOCK_REALTIME, flags, &tssleep, NULL) != 0) { in main()
|
D | 3-1.c | 41 if (clock_nanosleep(CLOCK_REALTIME, flags, &tssleep, NULL) != 0) { in main()
|
D | 1-4.c | 35 clock_nanosleep(CLOCK_REALTIME, 0, &tssleep, NULL); in main()
|
D | 2-3.c | 44 clock_nanosleep(CLOCK_REALTIME, flags, &tssleep, NULL); in main()
|
D | 10-1.c | 53 if (clock_nanosleep(CLOCK_REALTIME, 0, &tssleep, NULL) == EINTR) { in main()
|
D | 1-3.c | 62 clock_nanosleep(CLOCK_REALTIME, 0, &tssleep, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.timers | 28 clock_nanosleep YES* HIGH 63 - test clock_nanosleep() or nanosleep() with a variety of different signals
|
/third_party/musl/compat/time32/ |
D | clock_nanosleep_time32.c | 8 int ret = clock_nanosleep(clk, flags, (&(struct timespec){ in __clock_nanosleep_time32()
|