Home
last modified time | relevance | path

Searched refs:Sleep (Results 1 – 25 of 89) sorted by relevance

1234

/src/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dpmc.txt36 Sleep specifiers:
38 fsl,mpc8349-pmc: Sleep specifiers consist of one cell. For each bit
43 fsl,mpc8536-pmc: Sleep specifiers consist of three cells, the third of
49 fsl,mpc8548-pmc: Sleep specifiers consist of one or two cells, the
/src/sys/contrib/device-tree/Bindings/arm/freescale/
H A Dfsl,imx7ulp-pm.txt10 The WFI or WFE instruction is used to invoke a Sleep, Deep Sleep or
/src/crypto/krb5/src/ccapi/test/
H A Dpingtest.c89 Sleep(10*1000); in main()
92 Sleep(INFINITE); in main()
/src/sys/contrib/zstd/programs/
H A Dutil.h49 # define UTIL_sleep(s) Sleep(1000*s)
50 # define UTIL_sleepMilli(milli) Sleep(milli)
/src/contrib/ntp/libntp/lib/isc/win32/
H A Donce.c48 Sleep(0); in isc_once_do()
/src/contrib/wpa/src/utils/
H A Dos_win32.c20 Sleep(sec * 1000); in os_sleep()
22 Sleep(usec / 1000); in os_sleep()
/src/contrib/ncurses/ncurses/tinfo/
H A Dlib_napms.c82 Sleep((DWORD) ms); in NCURSES_EXPORT()
/src/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-phytec-mira-peb-eval-01.dtsi24 label = "Sleep Button";
/src/crypto/openssl/crypto/
H A Dsleep.c82 Sleep(limited_millis); in ossl_sleep_millis()
/src/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1028a-kontron-sl28.dts46 label = "Sleep";
290 "Power button", "Force recovery", "Sleep",
/src/crypto/openssl/demos/bio/
H A Dsconnect.c27 #define sleep(x) Sleep(x * 1000)
/src/share/misc/
H A Dflowers32 Poppy:Sleep.
/src/sys/contrib/libsodium/src/libsodium/sodium/
H A Dcore.c82 Sleep(0); in _sodium_crit_init()
/src/lib/libunbound/
H A Dconfig.h1452 #define sleep(x) Sleep((x)*1000) /* on win32 */
1457 #define usleep(x) Sleep((x)/1000 + 1) /* on win32 */
/src/crypto/openssl/util/platform_symbols/
H A Dwindows-symbols.txt81 Sleep
/src/contrib/unbound/util/
H A Dlocks.c188 Sleep(wait); /* wait with sleep */ in lock_basic_lock()
/src/sys/contrib/device-tree/Bindings/clock/ti/davinci/
H A Dpsc.txt1 Binding for TI DaVinci Power Sleep Controller (PSC)
/src/contrib/ntp/util/
H A Dsht.c21 #define sleep(x) Sleep(x*1000)
/src/contrib/ldns/ldns/
H A Dconfig.h706 #define sleep(x) Sleep((x)*1000)
/src/contrib/libfido2/examples/
H A Dselect.c27 Sleep((DWORD)(rqtp->tv_sec * 1000) + (DWORD)(rqtp->tv_nsec / 1000000)); in nanosleep()
/src/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3288-veyron-pinky.dts84 /* Sleep only */
H A Drk3288-veyron-speedy.dts299 /* Sleep only */
/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp28 const char *Sleep() { return Yellow(); } in Sleep() function in __tsan::Decorator
258 Printf("%s", d.Sleep()); in PrintSleep()
/src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp153 void SleepSeconds(int Seconds) { Sleep(Seconds * 1000); } in SleepSeconds()
/src/crypto/krb5/src/windows/leashdll/
H A Dtimesync.c263 Sleep(500); in ProcessTimeSync()

1234