Home
last modified time | relevance | path

Searched refs:timespec (Results 176 - 200 of 1064) sorted by relevance

12345678910>>...43

/third_party/ltp/testcases/kernel/syscalls/pselect/
H A Dpselect02.c20 static struct timespec time_buf;
25 struct timespec *timeout;
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/
H A D1-1.c25 struct timespec interval0; in main()
26 struct timespec interval1; in main()
/third_party/ltp/testcases/open_posix_testsuite/include/
H A Dproc.h27 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 Dfortify_ppoll_chk_test.cpp22 struct timespec ts; in HWTEST_F()
37 const struct timespec* timeout = nullptr; in HWTEST_F()
/third_party/musl/include/
H A Dmqueue.h29 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 Dsys_select.c10 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 Daio.c11 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 Dpthread_cond_timedwait_sup.c24 struct timespec gtm;
29 struct timespec outtime; in threadfuncA()
H A Dthrd_create.c51 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 Dthrd_detach.c54 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 Dtime.cc95 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 Dasound.h482 __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 Dposix_poll.c50 const struct timespec ts = { seconds, nanoseconds }; in _glfwPollPOSIX()
55 const struct timespec ts = { seconds, nanoseconds }; in _glfwPollPOSIX()
/third_party/ffmpeg/libavutil/
H A Dtime.c63 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 Dclock_nanosleep.c8 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 Dsigtimedwait.c8 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 Dpoll.h29 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 Dnanosleep02.c38 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 Dcopy_file_range03.c21 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 D13-1.c47 #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 D1-5.c31 struct timespec tsbefore, tsafter; in main()
43 struct timespec tssleep; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/
H A D3-2.c27 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 D3-1.c31 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 Dpoll.h29 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 Dtst_safe_clocks.h19 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()

Completed in 12 milliseconds

12345678910>>...43