mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
This tries to access 'struct event_queue->send', but that is only available if HAVE_EXTENDED_MESSAGING_AND_NAME is set. This is not defined for bootloaders; this is a problem when trying to build a bootloader with debugging enabled, because the misdefined macro is used in some KERNEL_ASSERTs that get compiled out on non-debug builds. Change-Id: I334eedcda1ee7047c8dddcb7fa0c9717156f2a0a |
||
|---|---|---|
| .. | ||
| include | ||
| corelock.c | ||
| kernel-internal.h | ||
| mrsw_lock.c | ||
| mutex.c | ||
| queue.c | ||
| semaphore.c | ||
| thread-common.c | ||
| thread-internal.h | ||
| thread.c | ||
| tick.c | ||
| timeout.c | ||