]> Kevux Git Server - fll/commit
Update: Add defines for f_thread and update appropriate build data.
authorKevin Day <Kevin@kevux.org>
Thu, 28 Aug 2025 02:59:40 +0000 (21:59 -0500)
committerKevin Day <Kevin@kevux.org>
Thu, 28 Aug 2025 02:59:40 +0000 (21:59 -0500)
commitb60f4751f060ff19ed0884a37dcef2f48a0df65b
tree3989c3012638b48a6e5d8ca3852d651bd2ca7770
parent5186424b9f4a2fc7adc173f2f00ab93bed4d7b54
Update: Add defines for f_thread and update appropriate build data.

Add `f_thread` `common.h` and `common.c` with the defines relating to threads.

Move the `f_thread_mutex_attribute_*_d` into these files and remove the `_attribute` from their names.

Update the build disable headers.
21 files changed:
build/disable/level_0/f_thread.h
build/disable/level_0/f_type_array.h
build/disable/level_0/f_utf.h
build/level_0/settings
build/monolithic/settings
build/stand_alone/byte_dump.config.h
build/stand_alone/byte_dump.settings
build/stand_alone/example.config.h
build/stand_alone/example.settings
build/stand_alone/fake.config.h
build/stand_alone/fake.settings
build/stand_alone/firewall.config.h
build/stand_alone/firewall.settings
build/stand_alone/utf8.config.h
build/stand_alone/utf8.settings
level_0/f_thread/c/thread.h
level_0/f_thread/c/thread/common.c [new file with mode: 0644]
level_0/f_thread/c/thread/common.h [new file with mode: 0644]
level_0/f_thread/c/thread/mutex_attribute.h
level_0/f_thread/data/build/settings
level_0/f_thread/data/build/settings-mocks