Home
last modified time | relevance | path

Searched refs:timespec (Results 1151 - 1175 of 1563) sorted by relevance

1...<<41424344454647484950>>...63

/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_util.c45 struct timespec current; in lima_get_absolute_timeout()
/third_party/musl/libc-test/src/functional/
H A Dpthread_mutex_pi.c30 struct timespec ts; in test_relock()
H A Dpthread_mutex.c30 struct timespec ts; in test_relock()
/third_party/musl/libc-test/src/functionalext/fortify/
H A Dpthread_fortify_test.c88 struct timespec ts; in pthread_mutex_timedlock_after_destroyed()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_android.cpp182 struct timespec current_timespec; in ImGui_ImplAndroid_NewFrame()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_session_timeout.c57 struct timespec ts; in monotonic_time()
/third_party/rust/crates/rustix/src/backend/linux_raw/time/
H A Dsyscalls.rs26 use {core::ptr, linux_raw_sys::general::timespec as __kernel_old_timespec};
/third_party/rust/crates/rustix/benches/
H A Dmod.rs118 let mut s = std::mem::MaybeUninit::<libc::timespec>::uninit();
/kernel/liteos_a/syscall/
H A Dfs_syscall.c63 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 Dmod.rs114 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 Dpngcp.c416 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 Ddatetime.py161 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 Dfuse.c145 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 Dtest_vsyscall.c61 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 Diostat.c401 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 Dcmsg_sender.c82 static struct timespec time_start_real;
83 static struct timespec time_start_mono;
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dtest_vsyscall.c61 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 Dmptcp_inq.c209 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 Drtctest.c73 struct timespec req = { in nanosleep_with_retries()
77 struct timespec rem; in nanosleep_with_retries()
/kernel/liteos_m/kal/posix/src/
H A Dpthread_mutex.c329 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 Dschedndk.cpp211 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 DSemTest.cpp275 struct timespec ts = {0}; in ThreadSemTimedWait()
435 struct timespec ts = {0}; in HWTEST_F()
/third_party/alsa-lib/src/rawmidi/
H A Drawmidi_hw.c197 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 Damidi.c367 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 Dthread.c755 struct timespec ts; in uv_cond_destroy()
822 struct timespec ts; in uv_cond_timedwait()

Completed in 31 milliseconds

1...<<41424344454647484950>>...63