Home
last modified time | relevance | path

Searched refs:nanosleep (Results 1 – 25 of 79) sorted by relevance

1234

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dnanosleep.S2 PSEUDO (__libc_nanosleep, nanosleep, 3)
8 weak_alias (__libc_nanosleep, nanosleep)
9 libc_hidden_weak (nanosleep)
A Dpt-nanosleep.S2 PSEUDO (__libc_nanosleep, nanosleep, 3)
8 weak_alias (__libc_nanosleep, nanosleep)
9 libpthread_hidden_weak (nanosleep)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dnanosleep.c15 static _syscall2(int, __NC(nanosleep), const struct timespec *, req,
18 CANCELLABLE_SYSCALL(int, nanosleep,
21 lt_libc_hidden(nanosleep)
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-cancel25.c38 nanosleep (&ts, 0); in tf2()
73 nanosleep (&ts, 0); in tf()
107 while (nanosleep (&ts, &ts) != 0) in do_test()
138 while (nanosleep (&ts, &ts) != 0) in do_test()
A Dtst-cancel22.c50 TEMP_FAILURE_RETRY (nanosleep (&ts, &ts)); in tf()
57 TEMP_FAILURE_RETRY (nanosleep (&ts, &ts)); in tf()
A Dtst-rwlock8.c63 nanosleep (&delay, NULL); in writer_thread()
99 nanosleep (&delay, NULL); in reader_thread()
A Dtst-rwlock9.c83 nanosleep (&delay, NULL); in writer_thread()
137 nanosleep (&delay, NULL); in reader_thread()
A Dtst-clock2.c76 TEMP_FAILURE_RETRY (nanosleep (&ts, &ts)); in do_test()
123 TEMP_FAILURE_RETRY (nanosleep (&ts, &ts)); in do_test()
A Dtst-join2.c90 nanosleep (&ts, NULL); in do_test()
A Dtst-cpuclock1.c137 nanosleep (&sleeptime, NULL); in do_test()
216 nanosleep (&sleeptime, NULL); in do_test()
A Dtst-once2.c40 nanosleep (&ts, NULL); in once_handler()
A Deintr.c59 nanosleep (&ts, NULL); in eintr_source()
A Dtst-mutex7.c57 nanosleep (&ts, NULL); in tf()
A Dtst-clock.c98 nanosleep (&waitit, NULL); in clock_test()
A Dtst-eintr2.c72 nanosleep (&ts, NULL); in tf2()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/
A Dsleep.c81 res = nanosleep(&ts, &ts);
122 result = nanosleep (&ts, &ts); in sleep()
A Dusleep.c21 return nanosleep(&ts, NULL); in usleep()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dwrapsyscall.c113 libpthread_hidden_proto(nanosleep)
114 CANCELABLE_SYSCALL (int, nanosleep, (const struct timespec *requested_time,
117 libpthread_hidden_def(nanosleep)
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dtime-CX.SUSv4.syms7 nanosleep
/l4re-core-master/uclibc/lib/uclibc/ARCH-all/libc/unistd/
A Dsleep.c8 res = nanosleep(&ts, &ts); in sleep()
/l4re-core-master/libc_backends/lib/l4re/lib/
A Dnanosleep.c21 int nanosleep(const struct timespec *req, struct timespec *rem) in nanosleep() function
A DMakefile9 SRC_C = nanosleep.c sched_yield.c usleep.c \
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/
A Dex6.c41 nanosleep (&ts, NULL); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dtime.h351 extern int nanosleep (const struct timespec *__requested_time,
353 libc_hidden_proto(nanosleep)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dthis_thread_sleep.h82 while (::nanosleep(&__ts, &__ts) == -1 && errno == EINTR) in _GLIBCXX_VISIBILITY()

Completed in 21 milliseconds

1234