Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 25 of 62) sorted by relevance

123

/sysdeps/mach/
A Dthread_state.h28 #define MACHINE_THREAD_STATE_SET_PC(ts, pc) \ argument
33 #define MACHINE_THREAD_STATE_SET_SP(ts, stack, size) \ argument
36 #define MACHINE_THREAD_STATE_SET_SP(ts, stack, size) \ argument
44 # define MACHINE_THREAD_STATE_FIX_NEW(ts) argument
A Dclock_gettime.c27 __clock_gettime (clockid_t clock_id, struct timespec *ts) in __clock_gettime()
117 struct timespec ts; in __clock_gettime64() local
/sysdeps/unix/sysv/linux/
A Dtst-ppoll.c32 struct timespec ts; in test_ppoll_timeout() local
50 struct timespec ts = { TYPE_MAXIMUM (time_t), 0 }; in test_ppoll_large_timeout() local
A Dclock.c26 struct __timespec64 ts; in clock() local
A Dtst-sigtimedwait.c33 struct timespec ts; in test_sigtimedwait_timeout() local
56 struct timespec ts = { TYPE_MAXIMUM (time_t), 0 }; in test_sigtimedwait_large_timeout() local
A Dtst-clock_gettime-clobber.c32 struct timespec ts; in test_clock() local
A Dftime.c27 struct __timespec64 ts; in __ftime64() local
A Dsettimeofday.c39 struct __timespec64 ts = timeval64_to_timespec64 (*tv); in __settimeofday64() local
A Dtimespec_get.c24 __timespec_get64 (struct __timespec64 *ts, int base) in __timespec_get64()
A Dtimespec_getres.c23 __timespec_getres64 (struct __timespec64 *ts, int base) in __timespec_getres64()
/sysdeps/posix/
A Dusleep.c25 struct timespec ts = { .tv_sec = (long int) (useconds / 1000000), in usleep() local
A Dsleep.c39 struct timespec ts = { 0, 0 }; in __sleep() local
/sysdeps/pthread/
A Dtst-cancel25.c40 struct timespec ts = { 10000, 0 }; in tf2() local
75 struct timespec ts = { 10000, 0 }; in tf() local
109 struct timespec ts = { 0, 500000000 }; in do_test() local
A Dtst-eintr2.c39 struct timespec ts = timespec_add (xclock_now (CLOCK_REALTIME), in tf1() local
60 struct timespec ts = { .tv_sec = 0, .tv_nsec = 10000000 }; in tf2() local
A Dtst-cancel18.c51 struct timespec ts = { .tv_sec = arg == NULL ? 10000000 : 0, .tv_nsec = 0 }; in tf() local
85 struct timespec ts = { .tv_sec = 0, .tv_nsec = 100000000 }; in do_test() local
A Dtst-cancel22.c47 struct timespec ts = { .tv_sec = 0, .tv_nsec = 100000000 }; in tf() local
54 struct timespec ts = { .tv_sec = 0, .tv_nsec = 100000000 }; in tf() local
A Dtst-cond9.c51 struct timespec ts; in tf() local
98 struct timespec ts; in do_test() local
A Dtst-join5.c33 struct timespec ts = { .tv_sec = 0, .tv_nsec = 200000000 }; in wait_code() local
47 const struct timespec ts = timespec_add (xclock_now (CLOCK_REALTIME), in thread_join() local
A Dtst-eintr5.c40 struct timespec ts = timespec_add (xclock_now (CLOCK_REALTIME), in tf() local
/sysdeps/unix/sysv/linux/alpha/
A Dosf_gettimeofday.c38 struct __timespec64 ts; in __gettimeofday_tv32() local
A Dosf_settimeofday.c45 struct timespec ts = valid_timeval32_to_timespec (*tv32); in __settimeofday_tv32() local
/sysdeps/mach/hurd/i386/
A Dlongjmp-ts.c30 struct i386_thread_state *ts = state; in _hurd_longjmp_thread_state() local
/sysdeps/mach/hurd/
A Dpoll.c33 struct timespec ts, *to; in __poll() local
A Dclock_settime.c27 __clock_settime (clockid_t clock_id, const struct timespec *ts) in __clock_settime()
/sysdeps/htl/
A Dpt-condattr-setclock.c34 struct timespec ts; in pthread_condattr_setclock() local

Completed in 14 milliseconds

123