Thilo Graf 6eff819991 system/debug.h: try for more thread save implementation
Replacing printf() with fprintf() in this code section aims to
prevent unpredictable behavior in multi-threaded environments that
could be caused by printf()'s non-atomic nature. The change is
intended to enhance output consistency and prevent potential race conditions.
Additionally, it is important to note that many other plain calls to printf()
in the Neutrino code could also cause issues and require further investigation.
Whether this change will have a positive impact remains to be seen.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5d44bd1e0f
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-05-09 (Tue, 09 May 2023)



------------------
This commit was generated by Migit
2023-05-09 21:04:24 +02:00
2023-04-12 20:12:20 +02:00
2019-04-24 13:49:02 +02:00
2019-04-16 23:42:51 +02:00
2021-09-17 23:20:40 +02:00
2019-04-24 13:33:34 +02:00
2022-12-03 21:48:05 +01:00
2021-11-07 20:08:44 +01:00

NI \o/ - Neutrino

Languages
C++ 85%
C 12.5%
Shell 0.6%
Makefile 0.6%
M4 0.5%
Other 0.7%