/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-cancel25.c | 37 struct timespec ts = { 10000, 0 }; in tf2() local 72 struct timespec ts = { 10000, 0 }; in tf() local 106 struct timespec ts = { 0, 500000000 }; in do_test() local
|
A D | tst-cancel18.c | 52 struct timespec ts = { .tv_sec = arg == NULL ? 10000000 : 0, .tv_nsec = 0 }; in tf() local 86 struct timespec ts = { .tv_sec = 0, .tv_nsec = 100000000 }; in do_test() local
|
A D | tst-cond9.c | 52 struct timespec ts; in tf() local 99 struct timespec ts; in do_test() local
|
A D | tst-cancel22.c | 49 struct timespec ts = { .tv_sec = 0, .tv_nsec = 100000000 }; in tf() local 56 struct timespec ts = { .tv_sec = 0, .tv_nsec = 100000000 }; in tf() local
|
A D | tst-rwlock7.c | 44 struct timespec ts; in tf() local 136 struct timespec ts; in do_test() local
|
A D | tst-rwlock6.c | 44 struct timespec ts; in tf() local 142 struct timespec ts; in do_test() local
|
A D | tst-eintr2.c | 37 struct timespec ts; in tf1() local 71 struct timespec ts = { .tv_sec = 0, .tv_nsec = 10000000 }; in tf2() local
|
A D | tst-sem5.c | 31 struct timespec ts; in do_test() local
|
A D | tst-clock_nanosleep.c | 33 struct timespec ts; in do_test() local
|
A D | tst-cond19.c | 34 struct timespec ts; in do_test() local
|
A D | tst-sem10.c | 45 struct timespec ts; in do_test() local
|
A D | tst-cond5.c | 37 struct timespec ts; in do_test() local
|
A D | tst-rwlock9.c | 47 struct timespec ts; in writer_thread() local 101 struct timespec ts; in reader_thread() local
|
A D | tst-join2.c | 89 struct timespec ts = { .tv_sec = 0, .tv_nsec = 10000000 }; in do_test() local
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lstring.c | 51 unsigned int luaS_hashlongstr (TString *ts) { in luaS_hashlongstr() 144 TString *ts; in createstrobj() local 152 getstr(ts)[l] = '\0'; /* ending 0 */ in createstrobj() local 158 TString *ts = createstrobj(L, l, LUA_VLNGSTR, G(L)->seed); in luaS_createlngstrobj() local 164 void luaS_remove (lua_State *L, TString *ts) { in luaS_remove() 189 TString *ts; in internshrstr() local 225 TString *ts; in luaS_newlstr() local
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-all/libc/unistd/ |
A D | sleep.c | 7 struct timespec ts = { .tv_sec = (long int) seconds, .tv_nsec = 0 }; in sleep() local
|
/l4re-core-master/libc_backends/lib/l4re/lib/ |
A D | gettimeofday.c | 15 struct timespec ts; in gettimeofday() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | utime.c | 19 struct timespec tspecs[2], *ts; in utime() local
|
A D | utimes.c | 18 struct timespec ts[2], *times; in utimes() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/ |
A D | tst-timer.c | 45 struct timespec ts; in intr_sleep() local 60 struct timespec ts; in main() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale-mbwc/ |
A D | tst_iswctype.c | 16 const char *ts; in tst_iswctype() local
|
A D | tst_towctrans.c | 16 const char *ts; in tst_towctrans() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/ |
A D | usleep.c | 17 const struct timespec ts = { in usleep() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | pthread_condattr_setclock.c | 44 struct timespec ts; in pthread_condattr_setclock() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/ |
A D | ex6.c | 17 struct timespec ts; in main() local
|