aboutsummaryrefslogtreecommitdiff
path: root/support/support_create_timer.c
AgeCommit message (Collapse)AuthorFilesLines
2021-06-22support: Add support_create_timerAdhemerval Zanella1-0/+69
It is a simple wrapper over timer_create, timer_settime, and sigaction. It will be used to check for large timeout to trigger an EINTR and to avoid use a large timeout (as for alarm()). Reviewed-by: Lukasz Majewski <lukma@denx.de>