| /src/sys/arch/zaurus/stand/zboot/ |
| getsecs.c | 44 sleep(int seconds) function
|
| /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/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/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 525 syscallarg(struct osf1_timeval *) sleep; member in struct:linux_sys_osf1_usleep_thread_args
|
| /src/sys/dev/pci/ |
| if_wpireg.h | 473 uint32_t sleep[5]; member in struct:wpi_power
|
| if_iwnreg.h | 1418 uint32_t sleep; member in struct:iwn_general_stats
|
| /src/lib/libc/include/ |
| namespace.h | 668 #define sleep _sleep macro
|