HomeSort by: relevance | last modified time | path
    Searched defs:sleep (Results 1 - 25 of 79) sorted by relevancy

1 2 3 4

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
sleep.c 1 /* $NetBSD: sleep.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
43 sleep(unsigned int seconds) function
50 /* We can only sleep in millisecond increments */
  /src/sys/arch/zaurus/stand/zboot/
getsecs.c 44 sleep(int seconds) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
sleep.c 1 /* Implementation of the SLEEP intrinsic.
34 # undef sleep macro
35 # define sleep(x) Sleep(1000*(x)) macro
39 /* SUBROUTINE SLEEP(SECONDS)
43 equivalent to SLEEP(0). */
52 sleep (*seconds < 0 ? 0 : (unsigned int) *seconds);
62 sleep (*seconds < 0 ? 0 : (unsigned int) *seconds);
  /src/external/bsd/openldap/dist/include/ac/
unistd.h 64 * Windows: although sleep() will be resolved by both MSVC and Mingw GCC
66 * because Windows' version of the function is called Sleep(), and it
71 #define sleep(x) Sleep((x) * 1000) macro
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
sleep.c 1 /* Implementation of the SLEEP intrinsic.
35 # undef sleep macro
36 # define sleep(x) Sleep(1000*(x)) macro
40 /* SUBROUTINE SLEEP(SECONDS)
44 equivalent to SLEEP(0). */
53 sleep (*seconds < 0 ? 0 : (unsigned int) *seconds);
63 sleep (*seconds < 0 ? 0 : (unsigned int) *seconds);
  /src/crypto/external/apache2/openssl/dist/demos/bio/
sconnect.c 27 #define sleep(x) Sleep(x * 1000) macro
93 sleep(1);
112 sleep(1);
  /src/external/bsd/kyua-testers/dist/
atf_helpers.c 64 ATF_TC_WITHOUT_HEAD(sleep); variable
65 ATF_TC_BODY(sleep, tc)
67 sleep(300);
117 sleep(300);
181 ATF_TP_ADD_TC(tp, sleep);
  /src/external/bsd/ntp/dist/util/
sht.c 23 #define sleep(x) Sleep(x*1000) macro
188 sleep (1);
  /src/tests/lib/libc/gen/
t_sleep.c 57 * Most tests use FUZZ as their initial delay value, but 'sleep'
61 * The current values result in 5 passes for the 'sleep' test (at 1,
141 remain->tv_sec = sleep(delay->tv_sec);
234 ATF_TC(sleep); variable
235 ATF_TC_HEAD(sleep, tc)
238 atf_tc_set_md_var(tc, "descr", "Test sleep(3) timing");
242 ATF_TC_BODY(sleep, tc)
290 * disturb sleep by signal on purpose
297 fprintf(stderr, "sleep for %lld.%09ld sec\n",
372 ATF_TP_ADD_TC(tp, sleep);
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.h 118 ReportStack *sleep; member in class:__tsan::ReportDesc
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_sw_fence.c 668 unsigned long end, sleep; local
697 sleep = jiffies_to_usecs(delay) / 3;
698 usleep_range(sleep, 2 * sleep);
  /src/crypto/external/bsd/openssl.old/dist/
e_os.h 335 # define sleep(a) taskDelay((a) * sysClkRateGet()) macro
  /src/external/bsd/ntp/dist/libntp/
machines.c 80 * we have to sleep for number of seconds
95 /* emulate unix sleep
98 void sleep(int seconds) function
109 sleep(seconds);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_report.h 110 ReportStack *sleep; member in class:__tsan::ReportDesc
  /src/sys/arch/amiga/stand/loadbsd/
loadbsd.c 55 #undef sleep macro
56 #define sleep(n) if (!t_flag) (void)Delay(50*n) macro
371 sleep(3); /* even more time to see that message */
377 sleep(2);
439 sleep(2);
  /src/sys/modules/lua/
lua.c 572 km_flag_t sleep = cpu_intr_p() || cpu_softintr_p() ? local
576 alloc_header_t *nhdr = kmem_intr_alloc(alloc_size, sleep);
  /src/crypto/external/apache2/openssl/dist/include/internal/
e_os.h 247 #define sleep(a) taskDelay((a) * sysClkRateGet()) macro
  /src/crypto/external/bsd/openssl/dist/
e_os.h 276 # define sleep(a) taskDelay((a) * sysClkRateGet()) macro
309 sleep(s);
317 Sleep(millis);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_report.h 111 ReportStack *sleep; member in class:__tsan::ReportDesc
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
unistd.h 2528 Returns the number of seconds left to sleep.
2530 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/sleep.html>. */
2533 # undef sleep
2534 # define sleep rpl_sleep
2536 _GL_FUNCDECL_RPL (sleep, unsigned int, (unsigned int n));
2537 _GL_CXXALIAS_RPL (sleep, unsigned int, (unsigned int n));
2540 _GL_FUNCDECL_SYS (sleep, unsigned int, (unsigned int n));
2542 _GL_CXXALIAS_SYS (sleep, unsigned int, (unsigned int n));
2544 _GL_CXXALIASWARN (sleep);
2546 # undef sleep macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
unistd.h 2528 Returns the number of seconds left to sleep.
2530 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/sleep.html>. */
2533 # undef sleep
2534 # define sleep rpl_sleep
2536 _GL_FUNCDECL_RPL (sleep, unsigned int, (unsigned int n));
2537 _GL_CXXALIAS_RPL (sleep, unsigned int, (unsigned int n));
2540 _GL_FUNCDECL_SYS (sleep, unsigned int, (unsigned int n));
2542 _GL_CXXALIAS_SYS (sleep, unsigned int, (unsigned int n));
2544 _GL_CXXALIASWARN (sleep);
2546 # undef sleep macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
unistd.h 2528 Returns the number of seconds left to sleep.
2530 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/sleep.html>. */
2533 # undef sleep
2534 # define sleep rpl_sleep
2536 _GL_FUNCDECL_RPL (sleep, unsigned int, (unsigned int n));
2537 _GL_CXXALIAS_RPL (sleep, unsigned int, (unsigned int n));
2540 _GL_FUNCDECL_SYS (sleep, unsigned int, (unsigned int n));
2542 _GL_CXXALIAS_SYS (sleep, unsigned int, (unsigned int n));
2544 _GL_CXXALIASWARN (sleep);
2546 # undef sleep macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
unistd.h 2528 Returns the number of seconds left to sleep.
2530 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/sleep.html>. */
2533 # undef sleep
2534 # define sleep rpl_sleep
2536 _GL_FUNCDECL_RPL (sleep, unsigned int, (unsigned int n));
2537 _GL_CXXALIAS_RPL (sleep, unsigned int, (unsigned int n));
2540 _GL_FUNCDECL_SYS (sleep, unsigned int, (unsigned int n));
2542 _GL_CXXALIAS_SYS (sleep, unsigned int, (unsigned int n));
2544 _GL_CXXALIASWARN (sleep);
2546 # undef sleep macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
unistd.h 2528 Returns the number of seconds left to sleep.
2530 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/sleep.html>. */
2533 # undef sleep
2534 # define sleep rpl_sleep
2536 _GL_FUNCDECL_RPL (sleep, unsigned int, (unsigned int n));
2537 _GL_CXXALIAS_RPL (sleep, unsigned int, (unsigned int n));
2540 _GL_FUNCDECL_SYS (sleep, unsigned int, (unsigned int n));
2542 _GL_CXXALIAS_SYS (sleep, unsigned int, (unsigned int n));
2544 _GL_CXXALIASWARN (sleep);
2546 # undef sleep macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
unistd.h 2528 Returns the number of seconds left to sleep.
2530 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/sleep.html>. */
2533 # undef sleep
2534 # define sleep rpl_sleep
2536 _GL_FUNCDECL_RPL (sleep, unsigned int, (unsigned int n));
2537 _GL_CXXALIAS_RPL (sleep, unsigned int, (unsigned int n));
2540 _GL_FUNCDECL_SYS (sleep, unsigned int, (unsigned int n));
2542 _GL_CXXALIAS_SYS (sleep, unsigned int, (unsigned int n));
2544 _GL_CXXALIASWARN (sleep);
2546 # undef sleep macro
    [all...]

Completed in 30 milliseconds

1 2 3 4