You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Puschmann 057844d7d6 signal_handler: increase alarm timeout to 5s and use raise instead of exit()
it seems that exit() causes problems when threads couldn't be stopped
properly, which is the reason why we have to call alarm() in the first place.
therefore, send a SIGKILL to our process and make sure we don't leave any
zombie threads running.
5 years ago
..
examples Standard vector allocation uses vector library 5 years ago
include signal_handler: increase alarm timeout to 5s and use raise instead of exit() 5 years ago
src Standard vector allocation uses vector library 5 years ago
test Standard vector allocation uses vector library 5 years ago
CMakeLists.txt Updated copyright 5 years ago