]> Kevux Git Server - controller/commit
Bugfix: Do not use the main setting status with threads.
authorKevin Day <Kevin@kevux.org>
Sun, 10 Aug 2025 02:22:48 +0000 (21:22 -0500)
committerKevin Day <Kevin@kevux.org>
Sun, 10 Aug 2025 02:22:48 +0000 (21:22 -0500)
commite0e8e068c0b33ca730fb709063b7dd23e468fc86
tree6089dc9205b7fb303d5c4f67f9062acdbcc9ad50
parent62183e5fe6ce78d9968f5cf90d0fb19ffc6a0da7
Bugfix: Do not use the main setting status with threads.

The signal thread and the other threads should not touch the main setting status.
Change the logic to ensure that the main setting status is left alone while threads are running.
sources/c/program/controller/controller/main.c
sources/c/program/controller/init/main.c
sources/c/program/controller/main/entry.h
sources/c/program/controller/main/path.h
sources/c/program/controller/main/process.c
sources/c/program/controller/main/process.h
sources/c/program/controller/main/thread/signal.c