srsLTE/lib/include/srslte/common
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.
2020-04-03 22:22:04 +02:00
..
backtrace.h Updated copyright 2020-03-16 11:26:06 +01:00
bcd_helpers.h Updated copyright 2020-03-16 11:26:06 +01:00
block_queue.h Updated copyright 2020-03-16 11:26:06 +01:00
bounded_bitset.h Updated copyright 2020-03-16 11:26:06 +01:00
buffer_pool.h Updated copyright 2020-03-16 11:26:06 +01:00
common.h Updated copyright 2020-03-16 11:26:06 +01:00
config_file.h add common signal_handler for srsUE/srsENB/srsEPC 2020-03-17 09:58:01 +01:00
crash_handler.h fix doxygen file description 2020-03-17 09:58:01 +01:00
epoll_helper.h Updated copyright 2020-03-16 11:26:06 +01:00
gen_mch_tables.h Updated copyright 2020-03-16 11:26:06 +01:00
int_helpers.h Updated copyright 2020-03-16 11:26:06 +01:00
interfaces_common.h common interface for stack multiqueue tasks, background tasks and timers 2020-03-31 13:42:06 +01:00
liblte_security.h Clang format UE, eNB and lib (#850) 2019-12-16 16:04:22 +01:00
liblte_ssl.h Updated copyright 2020-03-16 11:26:06 +01:00
log.h now the whole ue and enb mac uses the logmap 2020-03-20 11:32:03 +00:00
log_filter.h Updated copyright 2020-03-16 11:26:06 +01:00
log_helper.h log_ptr: fix issue if accessing log_ptr that was reset already 2020-03-31 12:32:52 +02:00
logger.h Updated copyright 2020-03-16 11:26:06 +01:00
logger_file.h Updated copyright 2020-03-16 11:26:06 +01:00
logger_stdout.h Updated copyright 2020-03-16 11:26:06 +01:00
logmap.h printf has already a way to pad spaces. If we use it, we can avoid accidentally adding extra logs because we did srslte::logmap::get("MAC") instead of srslte::logmap::get("MAC ") 2020-03-24 22:36:27 +00:00
mac_nr_pcap.h Updated copyright 2020-03-16 11:26:06 +01:00
mac_nr_pdu.h Updated copyright 2020-03-16 11:26:06 +01:00
mac_pcap.h Updated copyright 2020-03-16 11:26:06 +01:00
metrics_hub.h Updated copyright 2020-03-16 11:26:06 +01:00
multiqueue.h Updated copyright 2020-03-16 11:26:06 +01:00
nas_pcap.h Updated copyright 2020-03-16 11:26:06 +01:00
netsource_handler.h Updated copyright 2020-03-16 11:26:06 +01:00
network_utils.h use logmap in the whole enb and ue 2020-03-25 15:50:30 +00:00
pcap.h Updated copyright 2020-03-16 11:26:06 +01:00
pdu.h now the whole ue and enb mac uses the logmap 2020-03-20 11:32:03 +00:00
pdu_queue.h now the whole ue and enb mac uses the logmap 2020-03-20 11:32:03 +00:00
rlc_pcap.h Updated copyright 2020-03-16 11:26:06 +01:00
rwlock_guard.h Updated copyright 2020-03-16 11:26:06 +01:00
s1ap_pcap.h Updated copyright 2020-03-16 11:26:06 +01:00
security.h Updated copyright 2020-03-16 11:26:06 +01:00
signal_handler.h signal_handler: increase alarm timeout to 5s and use raise instead of exit() 2020-04-03 22:22:04 +02:00
singleton.h Updated copyright 2020-03-16 11:26:06 +01:00
snow_3g.h Clang format UE, eNB and lib (#850) 2019-12-16 16:04:22 +01:00
stack_procedure.h Updated copyright 2020-03-16 11:26:06 +01:00
test_common.h printf has already a way to pad spaces. If we use it, we can avoid accidentally adding extra logs because we did srslte::logmap::get("MAC") instead of srslte::logmap::get("MAC ") 2020-03-24 22:36:27 +00:00
thread_pool.h Refactor thread_pool: use std::mutex and fix some hidden potential bugs 2020-03-22 08:48:40 +01:00
threads.h Updated copyright 2020-03-16 11:26:06 +01:00
time_prof.h now the whole ue and enb mac uses the logmap 2020-03-20 11:32:03 +00:00
timeout.h Updated copyright 2020-03-16 11:26:06 +01:00
timers.h Updated copyright 2020-03-16 11:26:06 +01:00
trace.h Updated copyright 2020-03-16 11:26:06 +01:00
tti_point.h fix log tti, and print a warning when the ul_harq tti does not match existing ones 2020-04-01 15:02:21 +01:00
tti_sempahore.h Updated copyright 2020-03-16 11:26:06 +01:00
tti_sync.h Updated copyright 2020-03-16 11:26:06 +01:00
tti_sync_cv.h Updated copyright 2020-03-16 11:26:06 +01:00
zuc.h Added comment to zuc.cc and zuc.h 2019-09-10 13:46:21 +02:00