index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
third_party
/
Python
/
module
/
pexpect-4.6
/
tests
/
alarm_die.py
blob: a1519abac1d0f8fdba3b16a8f8da2da7cefc9d88 (
plain
)
1
2
3
4
5
import signal, time signal.alarm(1) # Schedule SIGALRM in 1s time.sleep(6)