Home
last modified time | relevance | path

Searched refs:timespec_add (Results 1 – 25 of 26) sorted by relevance

12

/glibc-2.36/sysdeps/pthread/
Dtst-mutex5.c76 struct timespec ts_timeout = timespec_add (xclock_now (clockid_for_get), in do_test_clock()
99 ts_timeout = timespec_add (ts_start, make_timespec (2, 0)); in do_test_clock()
110 timespec_add (ts_start, make_timespec (0, 100000000))); in do_test_clock()
Dtst-join5.c47 const struct timespec ts = timespec_add (xclock_now (CLOCK_REALTIME), in thread_join()
51 const struct timespec ts = timespec_add (xclock_now (CLOCK_REALTIME), in thread_join()
55 const struct timespec ts = timespec_add (xclock_now (CLOCK_MONOTONIC), in thread_join()
Dtst-join3.c55 struct timespec timeout = timespec_add (xclock_now (clockid_for_get), in do_test_clock()
70 timeout = timespec_add (xclock_now (clockid_for_get), in do_test_clock()
Dtst-eintr5.c40 struct timespec ts = timespec_add (xclock_now (CLOCK_REALTIME), in tf()
Dtst-cond27.c45 timespec_add (ts_now, make_timespec (0, 500000000)); in do_test_clock()
Dtst-sem5.c44 ts = timespec_add (ts, make_timespec (0, TIMESPEC_HZ/2)); in do_test_clock()
Dtst-join15.c74 tmo = timespec_add (tmo, make_timespec (0, 100000000)); in do_test()
Dtst-eintr2.c39 struct timespec ts = timespec_add (xclock_now (CLOCK_REALTIME), in tf1()
Dtst-mutex9.c111 const struct timespec ts = timespec_add (xclock_now (clockid_for_get), in do_test_clock()
Dposix-timer.h133 timespec_add (struct timespec *sum, const struct timespec *left, in timespec_add() function
/glibc-2.36/nptl/
Dtst-rwlock9.c77 ts = timespec_add (ts, timeout); in writer_thread()
78 ts = timespec_add (ts, timeout); in writer_thread()
124 ts = timespec_add (ts, timeout); in reader_thread()
Dtst-pthread-timedlock-lockloop.c55 struct timespec abs_time = timespec_add (xclock_now (CLOCK_REALTIME), in worker_timedlock()
74 timespec_add (xclock_now (clockid), make_timespec (0, 1000000)); in worker_clocklock()
Dtst-mutexpi10.c64 struct timespec tmo = timespec_add (xclock_now (clocks[c].clk), in do_test()
Dtst-rwlock7.c62 const struct timespec ts_timeout = timespec_add (ts_start, in tf()
Dtst-rwlock6.c64 struct timespec ts_timeout = timespec_add (ts_start, in tf()
/glibc-2.36/support/
Dtimespec.h39 struct timespec timespec_add (struct timespec, struct timespec)
61 struct timespec __REDIRECT (timespec_add, (struct timespec, struct timespec),
Dtimespec-add-time64.c25 # define timespec_add timespec_add_time64 macro
Dtimespec-add.c29 timespec_add (struct timespec a, struct timespec b) in timespec_add() function
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-ppoll.c35 ts = timespec_add (ts, timeout); in test_ppoll_timeout()
Dtst-sigtimedwait.c36 ts = timespec_add (ts, timeout); in test_sigtimedwait_timeout()
/glibc-2.36/sysdeps/htl/
Dtimer_routines.c394 timespec_add (&timer->expirytime, &timer->expirytime, in thread_func()
398 timespec_add (&timer->expirytime, &timer->expirytime, in thread_func()
/glibc-2.36/rt/
Dtimer_settime.c110 timespec_add (&timer->expirytime, &now, &value->it_value); in timer_settime()
/glibc-2.36/misc/
Dtst-select.c48 ts = timespec_add (ts, (struct timespec) { args->tmo.tv_sec, 0 }); in do_test_child()
/glibc-2.36/ChangeLog.old/
DChangeLog.205130 (timespec_add): Modified function.
DChangeLog.239793 (timespec_add): Modified function.
9802 (timespec_add): Remove.
9809 [! __USE_TIME_BITS64](timespec_add): New.

12