]> Kevux Git Server - fll/commit
Update: Provide THREAD_* defines if they do not exist and use the f_thread defines.
authorKevin Day <Kevin@kevux.org>
Mon, 15 Dec 2025 00:46:01 +0000 (18:46 -0600)
committerKevin Day <Kevin@kevux.org>
Mon, 15 Dec 2025 00:46:01 +0000 (18:46 -0600)
commitb1ccebbd4e558a0df4fce715e83311fe007b8d04
treeeae4fa2770e124a2db05a9f50804a30f688df679
parent7ff37c9af3b56237ebc2d9809af33868ae089cc2
Update: Provide THREAD_* defines if they do not exist and use the f_thread defines.

Make sure all relevant `THREAD_*` are defined and if not, then define them.

Do not directly use the `PTHEAD_*` defines.
Instead use the ones provided by `f_thread`.
level_0/f_thread/c/thread/common.h
level_3/byte_dump/c/main/thread.c
level_3/example/c/main/thread.c
level_3/fake/c/main/thread.c
level_3/fss_identify/c/main/thread.c
level_3/fss_read/c/main/thread.c
level_3/fss_write/c/main/thread.c
level_3/iki_read/c/main/thread.c
level_3/iki_write/c/main/thread.c
level_3/status_code/c/main/thread.c
level_3/utf8/c/main/thread.c