Home
last modified time | relevance | path

Searched refs:alarm (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DWatchdog.inc23 alarm(seconds);
29 alarm(0);
H A DProgram.inc400 // FIXME The alarm signal may be delivered to another thread.
401 alarm(SecondsToWait);
425 // Turn off the alarm and restore the signal handler
426 alarm(0);
449 alarm(0);
/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/Linux/
H A Datfork.cpp19 alarm(5); in main()
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dmust_deadlock.cpp32 alarm(3); in main()
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A Denable_disable.cpp34 alarm(1); in TEST_F()
/llvm-project-15.0.7/llvm/test/SafepointIRVerifier/
H A Dfrom-same-relocation-in-phi-nodes.ll5 ; FIXME: if this test fails it is a false-positive alarm. IR is correct.
/llvm-project-15.0.7/clang/www/demo/
H A Dindex.cgi268 alarm $TIMEOUTAMOUNT;
270 alarm 0;
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_c_test.cpp368 alarm(1); in TEST()
416 alarm(1); in TEST()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dstd-c-library-functions-POSIX.c145 unsigned int alarm(unsigned int seconds);
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt146 fun:alarm=discard
H A Dlibc_ubuntu1404_abilist.txt1332 fun:alarm=uninstrumented
/llvm-project-15.0.7/llvm/lib/Support/
H A Dregengine.inc263 NOTE("false alarm");
/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dcustom.cpp1699 alarm(1); in test_nanosleep()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc281 PRE_SYSCALL(alarm)(long seconds) {}
283 POST_SYSCALL(alarm)(long res, long seconds) {}
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst657 NSLocalizedString(@"Enabled", @"Indicates alarm is turned on");