OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SleepForSeconds
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_nolibc.cc
28
void
SleepForSeconds
(int seconds) { internal_sleep(seconds); }
sanitizer_posix_libcdep.cc
139
void
SleepForSeconds
(int seconds) {
sanitizer_rtems.cc
69
void
SleepForSeconds
(int seconds) { sleep(seconds); }
sanitizer_fuchsia.cc
73
void
SleepForSeconds
(int seconds) { internal_sleep(seconds); }
sanitizer_win.cc
494
void
SleepForSeconds
(int seconds) {
Completed in 13 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025