/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
H A D | 1-2.c | 173 struct timespec ts; in child()
|
H A D | 2-3.c | 164 struct timespec ts; in child()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
H A D | s-c1.c | 119 struct timespec ts_ref, ts_fin; in main()
|
/third_party/ltp/testcases/realtime/func/rt-migrate/ |
H A D | rt-migrate.c | 400 struct timespec intv; in main()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | perf-jit.cc | 206 struct timespec ts; in GetTimestamp()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_fence.c | 364 struct timespec current; in gettime_ns()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_bo.c | 219 struct timespec time; in lima_bo_cache_put()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_sync_timeline.c | 29 #include "util/timespec.h" 451 struct timespec now_ts, abs_timeout_ts; in vk_sync_timeline_wait_locked()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_fence.c | 299 struct timespec current; in gettime_ns()
|
H A D | crocus_bufmgr.c | 85 struct timespec tp; in get_time() 728 struct timespec time; in __crocus_bo_unreference()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | nameservercheck_client.c | 58 struct timespec ts; in mtime()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | thread_pthrd_test.cpp | 390 timespec times; in HWTEST_F()
|
/third_party/node/deps/uv/src/unix/ |
H A D | kqueue.c | 115 struct timespec spec; in uv__io_poll()
|
H A D | stream.c | 272 struct timespec timeout; in uv__stream_try_select() 558 struct timespec timeout = { 0, 1 }; in uv__server_io()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
H A D | mod.rs | 323 timeout: *mut ::timespec, in recvmmsg()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | cp.c | 306 struct timespec times[] = {try->st.st_atim, try->st.st_mtim}; in cp_node()
|
/third_party/toybox/toys/posix/ |
H A D | cp.c | 333 struct timespec times[] = {try->st.st_atim, try->st.st_mtim}; in cp_node()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_utils.cpp | 282 struct timespec now; in TickTimeInSeconds()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | clock.cc | 40 // TODO(bww): Get a timespec instead so we don't have to divide. in Now() 563 struct timespec sleep_time = absl::ToTimespec(to_sleep); in SleepOnce()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os_internal.c | 29 const struct timespec req = { sec, usec * 1000 }; in os_sleep()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | pthreadndk.cpp | 743 timespec outTime;
in threadTimedWait() 1217 struct timespec outTime;
in testMutexTimedLock() 1515 struct timespec outTime;
in testRwLockTimedRdLock() 1540 struct timespec outTime;
in testRwLockTimedWrLock()
|
/third_party/NuttX/fs/nfs/ |
H A D | nfs_adapter.c | 303 struct timespec ts; in vfs_nfs_stat_internal() 3075 static int nfs_check_timestamp(struct timespec *origin, struct timespec *new) in nfs_check_timestamp() 3083 struct timespec ts; in vfs_nfs_open()
|
/third_party/glfw/examples/ |
H A D | particles.c | 460 struct timespec ts; in draw_particles() 913 struct timespec ts; in physics_thread_main()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_drm.c | 26 #include "util/timespec.h" 585 struct timespec abstime = { in tu_timeline_sync_wait() 1107 struct timespec t; in get_abs_timeout()
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 1074 pub fn futimens(fd: ::c_int, times: *const ::timespec) -> ::c_int; in futimens() 1085 pub fn clock_gettime(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_gettime()
|