HomeSort by: relevance | last modified time | path
    Searched defs:nanosleep (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
nanosleep.h 15 inline int nanosleep(const struct timespec* __req, struct timespec* __rem) { function
16 // The nanosleep() function is not available on z/OS. Therefore, we will call
  /src/external/gpl2/xcvs/dist/lib/
nanosleep.c 1 /* Provide a replacement for the POSIX nanosleep function.
18 __RCSID("$NetBSD: nanosleep.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
27 /* Undefine nanosleep here so any prototype is not redefined to be a
29 #undef nanosleep macro
  /src/external/bsd/libfido2/dist/examples/
select.c 20 nanosleep(const struct timespec *rqtp, struct timespec *rmtp) function
125 nanosleep(&ts_pause, NULL);
  /src/external/bsd/libfido2/dist/regress/
mock.c 32 nanosleep(const struct timespec *rqtp, struct timespec *rmtp) function
87 if (nanosleep(&tv, NULL) == -1)
88 err(1, "nanosleep");
121 if (nanosleep(&tv, NULL) == -1)
122 err(1, "nanosleep");
  /src/tests/lib/libc/gen/
t_sleep.c 100 if (nanosleep(delay, remain) == -1)
192 ATF_TC(nanosleep); variable
193 ATF_TC_HEAD(nanosleep, tc)
196 atf_tc_set_md_var(tc, "descr", "Test nanosleep(2) timing");
200 ATF_TC_BODY(nanosleep, tc)
369 ATF_TP_ADD_TC(tp, nanosleep);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 56 #define nanosleep __nanosleep50 macro
396 TSAN_INTERCEPTOR(int, nanosleep, void *req, void *rem) {
397 SCOPED_TSAN_INTERCEPTOR(nanosleep, req, rem);
398 int res = BLOCK_REAL(nanosleep)(req, rem);
2981 TSAN_INTERCEPT(nanosleep);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 53 #define nanosleep __nanosleep50 macro
357 TSAN_INTERCEPTOR(int, nanosleep, void *req, void *rem) {
358 SCOPED_TSAN_INTERCEPTOR(nanosleep, req, rem);
359 int res = BLOCK_REAL(nanosleep)(req, rem);
2868 TSAN_INTERCEPT(nanosleep);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 56 #define nanosleep __nanosleep50 macro
366 TSAN_INTERCEPTOR(int, nanosleep, void *req, void *rem) {
367 SCOPED_TSAN_INTERCEPTOR(nanosleep, req, rem);
368 int res = BLOCK_REAL(nanosleep)(req, rem);
2767 TSAN_INTERCEPT(nanosleep);
  /src/lib/libc/include/
namespace.h 544 #define nanosleep _nanosleep macro

Completed in 38 milliseconds