OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sleep
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/arch/hpcmips/stand/pbsdboot/
print.c
155
Sleep
(2000);
disptest.c
270
Sleep
(10); /* 10 msec */
/src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
core.c
82
Sleep
(0);
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilWindows.cpp
140
void SleepSeconds(int Seconds) {
Sleep
(Seconds * 1000); }
/src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oswinxf.c
294
* PARAMETERS: SleepState - Which
sleep
state to enter
300
* DESCRIPTION: A hook before writing
sleep
registers to enter the
sleep
301
* state. Return AE_CTRL_SKIP to skip further
sleep
register
1142
* DESCRIPTION:
Sleep
at microsecond granularity
1151
Sleep
((Microseconds / ACPI_USEC_PER_MSEC) + 1);
1160
* PARAMETERS: Milliseconds - Time to
sleep
1162
* RETURN: None. Blocks until
sleep
is completed.
1164
* DESCRIPTION:
Sleep
at millisecond granularity
1175
Sleep
(((unsigned long) Milliseconds) + 10)
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.cc
45
const char *
Sleep
() { return Yellow(); }
57
,
sleep
()
275
Printf("%s", d.
Sleep
());
276
Printf(" As if synchronized via
sleep
:\n");
364
if (rep->
sleep
)
365
PrintSleep(rep->
sleep
);
/src/sys/external/bsd/acpica/dist/tools/examples/
extables.c
355
Control Method
Sleep
Button (V1) : 0
441
[0012]
Sleep
Control Register : [Generic Address Structure]
448
[0012]
Sleep
Status Register : [Generic Address Structure]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win.cc
495
Sleep
(seconds * 1000);
499
Sleep
(millis);
741
Sleep
(0);
/src/sys/external/bsd/acpica/dist/tests/misc/
grammar.asl
598
Sleep
(100)
602
Sleep
(100)
1286
Sleep
(250)
1521
Store ("++++++++
Sleep
", Debug)
1522
Sleep
(100)
Completed in 54 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026