/third_party/ltp/testcases/kernel/syscalls/pselect/ |
H A D | pselect02.c | 20 static struct timespec time_buf; 25 struct timespec *timeout;
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/ |
H A D | 1-1.c | 25 struct timespec interval0; in main() 26 struct timespec interval1; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/include/ |
H A D | proc.h | 27 struct timespec wait_step_ts; in tst_process_state_wait3() 64 struct timespec maxwait_ts; in tst_process_state_wait3()
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_ppoll_chk_test.cpp | 22 struct timespec ts; in HWTEST_F() 37 const struct timespec* timeout = nullptr; in HWTEST_F()
|
/third_party/musl/include/ |
H A D | mqueue.h | 29 ssize_t mq_timedreceive(mqd_t, char *__restrict, size_t, unsigned *__restrict, const struct timespec *__restrict); 30 int mq_timedsend(mqd_t, const char *, size_t, unsigned, const struct timespec *);
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_select.c | 10 T(struct timespec) in f() 30 {int(*p)(int,fd_set*restrict,fd_set*restrict,fd_set*restrict,const struct timespec*restrict,const sigset_t*restrict) = pselect;} in f()
|
H A D | aio.c | 11 T(struct timespec) in f() 38 {int(*p)(const struct aiocb*const[],int,const struct timespec*) = aio_suspend;} in f()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_cond_timedwait_sup.c | 24 struct timespec gtm; 29 struct timespec outtime; in threadfuncA()
|
H A D | thrd_create.c | 51 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_create_0100() 82 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_create_0200()
|
H A D | thrd_detach.c | 54 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_detach_0100() 82 result = thrd_sleep(&(struct timespec){.tv_sec = 1}, NULL); in thrd_detach_0200()
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | time.cc | 95 struct timespec ts; 115 struct timespec ts; 271 TimeDelta TimeDelta::FromTimespec(struct timespec ts) { in FromTimespec() 280 struct timespec TimeDelta::ToTimespec() const { in ToTimespec() 281 struct timespec ts; in ToTimespec() 405 Time Time::FromTimespec(struct timespec ts) { in FromTimespec() 420 struct timespec Time::ToTimespec() const { in ToTimespec() 421 struct timespec ts; in ToTimespec()
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asound.h | 482 __time_pad pad1; /* align to timespec */ 483 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */ 484 struct timespec tstamp; /* reference timestamp */ 493 struct timespec audio_tstamp; /* sample counter, wall clock, PHC or on-demand sync'ed */ 494 struct timespec driver_tstamp; /* useful in case reference system tstamp is reported with delay */ 496 unsigned char reserved[52-2*sizeof(struct timespec)]; /* must be filled with zero */ 508 #define __snd_timespec64 timespec 517 #define __snd_timespec timespec 776 struct timespec tstamp; /* Timestamp */ 958 struct timespec tstam [all...] |
/third_party/glfw/src/ |
H A D | posix_poll.c | 50 const struct timespec ts = { seconds, nanoseconds }; in _glfwPollPOSIX() 55 const struct timespec ts = { seconds, nanoseconds }; in _glfwPollPOSIX()
|
/third_party/ffmpeg/libavutil/ |
H A D | time.c | 63 struct timespec ts; in av_gettime_relative() 87 struct timespec ts = { usec / 1000000, usec % 1000000 * 1000 }; in av_usleep()
|
/third_party/musl/src/time/ |
H A D | clock_nanosleep.c | 8 int __clock_nanosleep(clockid_t clk, int flags, const struct timespec *req, struct timespec *rem) in __clock_nanosleep()
|
/third_party/musl/src/signal/ |
H A D | sigtimedwait.c | 8 static int do_sigtimedwait(const sigset_t *restrict mask, siginfo_t *restrict si, const struct timespec *restrict ts) in do_sigtimedwait() 26 int sigtimedwait(const sigset_t *restrict mask, siginfo_t *restrict si, const struct timespec *restrict timeout) in sigtimedwait()
|
/third_party/musl/porting/linux/user/include/fortify/ |
H A D | poll.h | 29 int __ppoll_chk(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*, size_t); 52 const struct timespec* timeout, const sigset_t* mask)
|
/third_party/ltp/testcases/kernel/syscalls/nanosleep/ |
H A D | nanosleep02.c | 38 struct timespec timereq = {.tv_sec = 5, .tv_nsec = 9999}; in do_child() 39 struct timespec timerem, exp_rem; in do_child()
|
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
H A D | copy_file_range03.c | 21 struct timespec get_timestamp(int fd) in get_timestamp() 32 struct timespec timestamp1, timestamp2; in verify_copy_file_range_timestamp()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_wait/ |
H A D | 13-1.c | 47 #include <timespec.h> 67 struct timespec ts_ref, ts_fin; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/ |
H A D | 1-5.c | 31 struct timespec tsbefore, tsafter; in main() 43 struct timespec tssleep; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/ |
H A D | 3-2.c | 27 struct timespec tsbefore, tsafter; in main() 39 struct timespec tssleep; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
H A D | 3-1.c | 31 struct timespec cleanup_ts = {0, SLEEP_MS*1000000}; in cleanup_func() 41 struct timespec cancel_wait_ts = {0, SLEEP_MS*1000000}; in sleep_loop()
|
/third_party/musl/include/fortify/linux/ |
H A D | poll.h | 29 int __ppoll_chk(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*, size_t); 52 const struct timespec* timeout, const sigset_t* mask)
|
/third_party/ltp/include/ |
H A D | tst_safe_clocks.h | 19 clockid_t clk_id, struct timespec *res) in safe_clock_getres() 38 clockid_t clk_id, struct timespec *tp) in safe_clock_gettime() 58 clockid_t clk_id, struct timespec *tp) in safe_clock_settime()
|