Home
last modified time | relevance | path

Searched defs:sleep (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/test/API/python_api/hello_world/
H A Dmain.c4 #define sleep(x) Sleep((x) * 1000) macro
/llvm-project/compiler-rt/test/xray/TestCases/Posix/
H A Dbasic-filtering.cpp41 struct timespec sleep; in always_shows() local
/llvm-project/compiler-rt/test/tsan/
H A Dcond_version.c22 u64 sleep; in main() local
/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.h73 std::atomic<bool> KMP_FOURLINE_ALIGN_CACHE sleep; member
92 sleep_s *sleep; variable
/llvm-project/clang/test/Analysis/
H A Dblock-in-critical-section.cpp7 void sleep(int x) {} in sleep() function
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h111 ReportStack *sleep; variable
H A Dtsan_interceptors_posix.cpp383 TSAN_INTERCEPTOR(unsigned,sleep,unsigned sec) TSAN_INTERCEPTOR() argument