rockbox/firmware/kernel
Aidan MacDonald bce2c4e069 Convert users of SHAREDDATA_ATTR to SHAREDBSS_ATTR
The handful of uses are only doing zero initialization
so don't need to go in the data section, they can go in
bss instead.

Change-Id: I7108ac60867aa20b4429ac0747d00109563bb3bf
2026-02-05 07:57:07 -05:00
..
include Rockbox for the HiBy R3 Pro II/R1 2025-12-27 15:44:54 -05:00
corelock.c
kernel-internal.h
mrsw_lock.c
mutex.c 3ds: 3ds port sources. First set of two 2025-10-23 20:09:09 -04:00
queue.c kernel: Add queue_full() API call 2024-10-06 11:17:54 -04:00
semaphore.c
thread-common.c 3ds: 3ds port sources. First set of two 2025-10-23 20:09:09 -04:00
thread-internal.h 3ds: 3ds port sources. First set of two 2025-10-23 20:09:09 -04:00
thread.c misc: Properly annotate some intentional case fallthroughs 2025-04-22 20:54:37 -04:00
tick.c Convert users of SHAREDDATA_ATTR to SHAREDBSS_ATTR 2026-02-05 07:57:07 -05:00
timeout.c