zephyr/boards/posix
Alberto Escolar Piedras de168b9bc2 native_posix: timer: Ignore nanosleep return
Explicitly ignore the nanosleep() return value.
nanosleep() is called to slow down native_posix in real time
mode.
There is no real reason to handle this call returning too early:
The call may return earlier if a signal was sent to the process
(e.g. the user pressed Ctrl+C), or in case of errors.
In case of SIGKILL, SIGTERM, what we do is what we should do
(not wait, but terminate the program as requested by the user ASAP)
In case of another signal, we will wait the appropriate
amount of time in the next systick (so we won't accumulate any
error over time)
So there is no real need to add extra code here to handle
those cases.

Solves coverity CID 211046

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2020-06-24 08:57:10 -04:00
..
native_posix native_posix: timer: Ignore nanosleep return 2020-06-24 08:57:10 -04:00
nrf52_bsim boards: nrf52_bsim: implement ARM CMSIS intrinsic stubs 2020-06-17 17:40:16 +02:00
index.rst new simulated board: nrf52_bsim 2018-10-15 09:36:37 -04:00