]> Kevux Git Server - control/commit
Update: The threaded signal handler to avoid signal id races.
authorKevin Day <Kevin@kevux.org>
Fri, 24 Jan 2025 03:00:00 +0000 (21:00 -0600)
committerKevin Day <Kevin@kevux.org>
Fri, 24 Jan 2025 03:00:00 +0000 (21:00 -0600)
commit22b3dde135f19f655054414ec5752b260c7023ed
tree9b64fd769d588c684b5096cc3ff098634d39c047
parent13c32b1c642b48616dce382db11c4c1aa400fe8d
Update: The threaded signal handler to avoid signal id races.

Apply the same anti-race improvements implemented on the non-threaded signal checker to the threaded signal checker.

Still check for a negative id to prevent the signal message from being printed more than once.
sources/c/program/control/main/signal.c