/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_util.c | 45 struct timespec current; in lima_get_absolute_timeout()
|
/third_party/musl/libc-test/src/functional/ |
H A D | pthread_mutex_pi.c | 30 struct timespec ts; in test_relock()
|
H A D | pthread_mutex.c | 30 struct timespec ts; in test_relock()
|
/third_party/musl/libc-test/src/functionalext/fortify/ |
H A D | pthread_fortify_test.c | 88 struct timespec ts; in pthread_mutex_timedlock_after_destroyed()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_android.cpp | 182 struct timespec current_timespec; in ImGui_ImplAndroid_NewFrame()
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_session_timeout.c | 57 struct timespec ts; in monotonic_time()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/time/ |
H A D | syscalls.rs | 26 use {core::ptr, linux_raw_sys::general::timespec as __kernel_old_timespec};
|
/third_party/rust/crates/rustix/benches/ |
H A D | mod.rs | 118 let mut s = std::mem::MaybeUninit::<libc::timespec>::uninit();
|
/kernel/liteos_a/syscall/ |
H A D | fs_syscall.c | 63 static int CheckNewAttrTime(struct IATTR *attr, struct timespec times[TIMESPEC_TIMES_NUM]) in CheckNewAttrTime() 66 struct timespec stp = {0}; in CheckNewAttrTime() 2315 int SysUtimensat(int fd, const char *path, struct timespec times[TIMESPEC_TIMES_NUM], int flag) in SysUtimensat() 2322 timeLen = TIMESPEC_TIMES_NUM * sizeof(struct timespec); in SysUtimensat() 2657 int SysPpoll(struct pollfd *fds, nfds_t nfds, const struct timespec *tmo_p, const sigset_t *sigMask, int nsig) in SysPpoll() 2663 CHECK_ASPACE(tmo_p, sizeof(struct timespec)); in SysPpoll() 2692 const struct timespec *timeout, const long data[2]) in SysPselect6()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 114 pub sched_ss_repl_period: ::timespec, 116 pub sched_ss_init_budget: ::timespec, 1657 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() 1658 pub fn clock_gettime(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_gettime() 1659 pub fn clock_settime(clk_id: ::clockid_t, tp: *const ::timespec) -> ::c_int; in clock_settime() 1688 pub fn futimens(fd: ::c_int, times: *const ::timespec) -> ::c_int; in futimens() 1692 times: *const ::timespec, in utimensat()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngcp.c | 416 struct timespec read_time; 417 struct timespec read_time_total; 418 struct timespec write_time; 419 struct timespec write_time_total; 1500 set_timer(struct display *dp, struct timespec *timer) in set_timer() 1523 struct timespec t, tmp; in end_timer() 1566 print_time(const char *what, struct timespec t) in print_time()
|
/third_party/python/Lib/ |
H A D | datetime.py | 161 def _format_time(hh, mm, ss, us, timespec='auto'): 170 if timespec == 'auto': 172 timespec = 'microseconds' if us else 'seconds' 173 elif timespec == 'milliseconds': 176 fmt = specs[timespec] 178 raise ValueError('Unknown timespec value') 1518 def isoformat(self, timespec='auto'): 1524 The optional argument timespec specifies the number of additional 1529 self._microsecond, timespec) 2009 def isoformat(self, sep='T', timespec [all...] |
/third_party/libfuse/lib/ |
H A D | fuse.c | 145 struct timespec stat_updated; 146 struct timespec mtime; 161 struct timespec forget_time; 544 static void curr_time(struct timespec *now); 545 static double diff_timespec(const struct timespec *t1, 546 const struct timespec *t2); 1527 struct timespec timeout; in fuse_interrupt() 2110 const struct timespec tv[2], struct fuse_file_info *fi) in fuse_fs_utimens() 2424 static int mtime_eq(const struct stat *stbuf, const struct timespec *ts) in mtime_eq() 2434 static void curr_time(struct timespec *no [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | test_vsyscall.c | 61 typedef int (*vgettime_t)(clockid_t, struct timespec *); 166 static inline int sys_clock_gettime(clockid_t id, struct timespec *ts) in sys_clock_gettime()
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
H A D | iostat.c | 401 char *prefix, struct timespec *ts) in iostat_prefix() 452 struct perf_stat_config *config, struct timespec *ts, in iostat_print_counters()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | cmsg_sender.c | 82 static struct timespec time_start_real; 83 static struct timespec time_start_mono;
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | test_vsyscall.c | 61 typedef int (*vgettime_t)(clockid_t, struct timespec *); 163 static inline int sys_clock_gettime(clockid_t id, struct timespec *ts) in sys_clock_gettime()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_inq.c | 209 struct timespec req; in wait_for_ack() 355 struct timespec req; in process_one_client()
|
/kernel/linux/linux-6.6/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 73 struct timespec req = { in nanosleep_with_retries() 77 struct timespec rem; in nanosleep_with_retries()
|
/kernel/liteos_m/kal/posix/src/ |
H A D | pthread_mutex.c | 329 int pthread_mutex_timedlock(pthread_mutex_t *mutex, const struct timespec *absTimeout) in pthread_mutex_timedlock() 334 struct timespec curTime = {0}; in pthread_mutex_timedlock()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | schedndk.cpp | 211 struct timespec ts = {PARAM_0};
in SchedRrGetInterval() 216 struct timespec ts = {PARAM_0};
in SchedRrGetInterval()
|
/test/xts/acts/kernel_lite/ipc_posix/semaphore/ |
H A D | SemTest.cpp | 275 struct timespec ts = {0}; in ThreadSemTimedWait() 435 struct timespec ts = {0}; in HWTEST_F()
|
/third_party/alsa-lib/src/rawmidi/ |
H A D | rawmidi_hw.c | 197 static ssize_t read_from_ts_buf(snd_rawmidi_hw_t *hw, struct timespec *tstamp, in read_from_ts_buf() 245 static ssize_t snd_rawmidi_hw_tread(snd_rawmidi_t *rmidi, struct timespec *tstamp, in snd_rawmidi_hw_tread()
|
/third_party/alsa-utils/amidi/ |
H A D | amidi.c | 367 static void print_byte(unsigned char byte, struct timespec *ts) in print_byte() 686 struct timespec ts; in main()
|
/third_party/libuv/src/unix/ |
H A D | thread.c | 755 struct timespec ts; in uv_cond_destroy() 822 struct timespec ts; in uv_cond_timedwait()
|