/third_party/eudev/src/shared/ |
H A D | util.c | 1014 struct timespec ts[2]; in touch_file() 1093 static inline int ppoll_fallback(struct pollfd *fds, nfds_t nfds, const struct timespec *timeout_ts, const sigset_t *sigmask) { in ppoll_fallback() 1114 struct timespec ts; in fd_wait_for_event()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_file.c | 907 struct timespec timespec; in snd_pcm_file_open() local 963 if (clock_gettime(CLOCK_MONOTONIC, ×pec) == 0) in snd_pcm_file_open()
|
/third_party/ltp/lib/ |
H A D | tst_test.c | 62 static struct timespec tst_start_time; /* valid only for test pid */ 1427 struct timespec ts; in get_time_ms() 1528 static struct timespec now; in tst_remaining_runtime()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/tools/ |
H A D | loopback_test.c | 99 struct timespec poll_timeout; 722 struct timespec *ts = NULL; in wait_for_complete()
|
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | sys.h | 835 struct timespec t; in sys_poll() 924 struct timespec t; in sys_select()
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
H A D | fdperf.c | 113 struct timespec ts; in gettime_us() 121 const struct timespec ts = { in sleep_us()
|
/third_party/ltp/testcases/network/netstress/ |
H A D | netstress.c | 453 static struct timespec tv_client_start; 454 static struct timespec tv_client_end;
|
/third_party/python/Modules/ |
H A D | _datetimemodule.c | 4370 const char *timespec = NULL; in time_isoformat() local 4371 static char *keywords[] = {"timespec", NULL}; in time_isoformat() 4383 if (!PyArg_ParseTupleAndKeywords(args, kw, "|s:isoformat", keywords, ×pec)) in time_isoformat() 4386 if (timespec == NULL || strcmp(timespec, "auto") == 0) { in time_isoformat() 4398 if (strcmp(timespec, specs[given_spec][0]) == 0) { in time_isoformat() 4409 PyErr_Format(PyExc_ValueError, "Unknown timespec value"); in time_isoformat() 4734 "The optional argument timespec specifies the number " 5749 char *timespec = NULL; in datetime_isoformat() local 5750 static char *keywords[] = {"sep", "timespec", NUL in datetime_isoformat() [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | pthreadndk1.cpp | 594 timespec outtime;
in PThreadCondTimedWaitThreadA() 981 timespec ts = {1, 0};
in PThreadMutexTimedLock() 1197 timespec ts;
in PThreadRwLockTimedRdLock() 1212 timespec ts;
in PThreadRwLockTimedWrLock()
|
/third_party/elfutils/src/ |
H A D | strip.c | 117 const char *fname, mode_t mode, struct timespec tvp[2]); 121 struct timespec tvp[2]) __attribute__ ((unused)); 750 struct timespec tv[2]; in process_file() 982 mode_t mode, struct timespec tvp[2]) in handle_elf() 2719 struct timespec tvp[2]) in handle_ar()
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 477 struct timespec ts_start; 486 struct timespec ts_end; in ~tmp_ms_metric() 2586 struct timespec ts_start, ts_end; in handler_cb() 2609 struct timespec tsay_start, tsay_end; in handler_cb() 3647 struct timespec ts_start, ts_end; in scan_source_paths() 3822 struct timespec ts_start, ts_end; in groom()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | duration_test.cc | 42 // A gMock matcher to match timespec values. Use this matcher like: 43 // timespec ts1, ts2; 1247 timespec ts; in TEST() 1264 timespec ts; in TEST() 1281 // Tests ToTimeval()/DurationFromTimeval() (same as timespec above) in TEST() 1344 timespec ts; in TEST() 1504 std::numeric_limits<decltype(timespec::tv_sec)>::max(); in TEST() 1506 std::numeric_limits<decltype(timespec::tv_sec)>::min(); in TEST() 1507 timespec ts; in TEST()
|
/applications/standard/calendardata/calendarmanager/test/unittest/src/ |
H A D | event_filter_test.cpp | 163 struct timespec ts; in Now()
|
/kernel/linux/build/test/unittest/accesstokenid/ |
H A D | accesstokenid_test.cpp | 70 struct timespec time = {0, 0}; in GenRand64()
|
/kernel/linux/linux-5.10/tools/usb/usbip/src/ |
H A D | usbipd.c | 498 struct timespec timeout; in do_standalone_mode()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_obj_id.c | 29 struct timespec real_time_ts, boot_time_ts; in test_bpf_obj_id()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_rxq_info_user.c | 171 struct timespec t; in gettime()
|
H A D | map_perf_test_user.c | 28 struct timespec ts; in time_get_ns()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | signal.h | 275 struct timespec;
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | epoll-wait.c | 373 struct timespec ts = { .tv_sec = 0, in writerfn()
|
H A D | epoll-ctl.c | 175 struct timespec ts = { .tv_sec = 0, in workerfn()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | switch-tracking.c | 25 struct timespec ts; in spin_sleep()
|
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/ |
H A D | osunixxf.c | 721 struct timespec time; in acpi_os_wait_semaphore()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | signal.h | 276 struct timespec;
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | epoll-wait.c | 386 struct timespec ts = { .tv_sec = 0, in writerfn()
|