/glibc-2.36/sysdeps/pthread/ |
D | tst-mutex5.c | 76 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()
|
D | tst-join5.c | 47 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()
|
D | tst-join3.c | 55 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()
|
D | tst-eintr5.c | 40 struct timespec ts = timespec_add (xclock_now (CLOCK_REALTIME), in tf()
|
D | tst-cond27.c | 45 timespec_add (ts_now, make_timespec (0, 500000000)); in do_test_clock()
|
D | tst-sem5.c | 44 ts = timespec_add (ts, make_timespec (0, TIMESPEC_HZ/2)); in do_test_clock()
|
D | tst-join15.c | 74 tmo = timespec_add (tmo, make_timespec (0, 100000000)); in do_test()
|
D | tst-eintr2.c | 39 struct timespec ts = timespec_add (xclock_now (CLOCK_REALTIME), in tf1()
|
D | tst-mutex9.c | 111 const struct timespec ts = timespec_add (xclock_now (clockid_for_get), in do_test_clock()
|
D | posix-timer.h | 133 timespec_add (struct timespec *sum, const struct timespec *left, in timespec_add() function
|
/glibc-2.36/nptl/ |
D | tst-rwlock9.c | 77 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()
|
D | tst-pthread-timedlock-lockloop.c | 55 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()
|
D | tst-mutexpi10.c | 64 struct timespec tmo = timespec_add (xclock_now (clocks[c].clk), in do_test()
|
D | tst-rwlock7.c | 62 const struct timespec ts_timeout = timespec_add (ts_start, in tf()
|
D | tst-rwlock6.c | 64 struct timespec ts_timeout = timespec_add (ts_start, in tf()
|
/glibc-2.36/support/ |
D | timespec.h | 39 struct timespec timespec_add (struct timespec, struct timespec) 61 struct timespec __REDIRECT (timespec_add, (struct timespec, struct timespec),
|
D | timespec-add-time64.c | 25 # define timespec_add timespec_add_time64 macro
|
D | timespec-add.c | 29 timespec_add (struct timespec a, struct timespec b) in timespec_add() function
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-ppoll.c | 35 ts = timespec_add (ts, timeout); in test_ppoll_timeout()
|
D | tst-sigtimedwait.c | 36 ts = timespec_add (ts, timeout); in test_sigtimedwait_timeout()
|
/glibc-2.36/sysdeps/htl/ |
D | timer_routines.c | 394 timespec_add (&timer->expirytime, &timer->expirytime, in thread_func() 398 timespec_add (&timer->expirytime, &timer->expirytime, in thread_func()
|
/glibc-2.36/rt/ |
D | timer_settime.c | 110 timespec_add (&timer->expirytime, &now, &value->it_value); in timer_settime()
|
/glibc-2.36/misc/ |
D | tst-select.c | 48 ts = timespec_add (ts, (struct timespec) { args->tmo.tv_sec, 0 }); in do_test_child()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.20 | 5130 (timespec_add): Modified function.
|
D | ChangeLog.23 | 9793 (timespec_add): Modified function. 9802 (timespec_add): Remove. 9809 [! __USE_TIME_BITS64](timespec_add): New.
|