Searched refs:TIMEVAL_TO_TIMESPEC (Results 1 – 24 of 24) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-rwlock6.c | 45 TIMEVAL_TO_TIMESPEC (&tv, &ts); in tf() 83 TIMEVAL_TO_TIMESPEC (&tv, &ts); in tf() 143 TIMEVAL_TO_TIMESPEC (&tv, &ts); in do_test() 158 TIMEVAL_TO_TIMESPEC (&tv, &ts); in do_test() 175 TIMEVAL_TO_TIMESPEC (&tv, &ts); in do_test()
|
A D | tst-mutex5.c | 79 TIMEVAL_TO_TIMESPEC (&tv, &ts); in do_test() 125 TIMEVAL_TO_TIMESPEC (&tv, &ts); in do_test() 150 TIMEVAL_TO_TIMESPEC (&tv, &ts); in do_test()
|
A D | tst-rwlock7.c | 45 TIMEVAL_TO_TIMESPEC (&tv, &ts); in tf() 79 TIMEVAL_TO_TIMESPEC (&tv, &ts); in tf() 137 TIMEVAL_TO_TIMESPEC (&tv, &ts); in do_test()
|
A D | tst-join3.c | 64 TIMEVAL_TO_TIMESPEC (&tv, &ts); in do_test() 92 TIMEVAL_TO_TIMESPEC (&tv, &ts); in do_test()
|
A D | tst-cond9.c | 53 TIMEVAL_TO_TIMESPEC (&tv, &ts); in tf() 100 TIMEVAL_TO_TIMESPEC (&tv, &ts); in do_test()
|
A D | tst-rwlock9.c | 61 TIMEVAL_TO_TIMESPEC (&tv, &ts); in writer_thread() 115 TIMEVAL_TO_TIMESPEC (&tv, &ts); in reader_thread()
|
A D | tst-sem12.c | 9 TIMEVAL_TO_TIMESPEC (&tv, &ts); \
|
A D | tst-sem5.c | 52 TIMEVAL_TO_TIMESPEC (&tv, &ts); in do_test()
|
A D | tst-sem10.c | 46 TIMEVAL_TO_TIMESPEC (&tv, &ts); in do_test()
|
A D | tst-eintr5.c | 41 TIMEVAL_TO_TIMESPEC (&tv, &ts); in tf()
|
A D | tst-cond5.c | 72 TIMEVAL_TO_TIMESPEC (&tv, &ts); in do_test()
|
A D | tst-cancel14.c | 64 TIMEVAL_TO_TIMESPEC (&tv, &ts); in tf()
|
A D | tst-cancel15.c | 66 TIMEVAL_TO_TIMESPEC (&tv, &ts); in tf()
|
A D | tst-eintr2.c | 41 TIMEVAL_TO_TIMESPEC (&tv, &ts); in tf1()
|
A D | tst-kill2.c | 62 TIMEVAL_TO_TIMESPEC (&tv, &ts); in tf()
|
A D | tst-kill3.c | 72 TIMEVAL_TO_TIMESPEC (&tv, &ts); in tf()
|
A D | tst-cond15.c | 60 TIMEVAL_TO_TIMESPEC (&tv, &ts); in tf()
|
A D | tst-mutex9.c | 137 TIMEVAL_TO_TIMESPEC (&tv, &ts); in do_test()
|
A D | tst-cond6.c | 167 TIMEVAL_TO_TIMESPEC (&tv, &ts); in do_test()
|
A D | tst-cond8.c | 134 TIMEVAL_TO_TIMESPEC (&tv, &ts); in tf2()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | lutimes.c | 32 TIMEVAL_TO_TIMESPEC(&tvp[0], &ts[0]); 33 TIMEVAL_TO_TIMESPEC(&tvp[1], &ts[1]);
|
A D | clock_gettime.c | 30 TIMEVAL_TO_TIMESPEC(&tv, tp);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/librt/ |
A D | clock_gettime.c | 249 TIMEVAL_TO_TIMESPEC (&tv, tp); in realtime_gettime() 273 TIMEVAL_TO_TIMESPEC (&tv, tp); in librt_hidden_proto()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | time.h | 42 # define TIMEVAL_TO_TIMESPEC(tv, ts) { \ macro
|
Completed in 19 milliseconds