rockbox/firmware/kernel/include
Aidan MacDonald fca7b8e2ff Fix undefined behavior that blocks compiling with UBSan
Left shifts are not defined in C if they would cause signed overflow,
so these expressions get instrumented, which makes them unusable as
switch values and triggers compile errors when compiling with UBSan.

Change-Id: I0588d4be1e00ba1cfde0eac119ead368b20d10c9
2022-04-17 11:37:34 -04:00
..
corelock.h Do some kernel cleanup 2014-08-08 01:59:59 -04:00
kernel.h Do some kernel cleanup 2014-08-08 01:59:59 -04:00
mrsw_lock.h Base scheduler queues off linked lists and do cleanup/consolidation 2014-08-16 05:15:37 -04:00
mutex.h Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
queue.h Fix undefined behavior that blocks compiling with UBSan 2022-04-17 11:37:34 -04:00
semaphore.h Base scheduler queues off linked lists and do cleanup/consolidation 2014-08-16 05:15:37 -04:00
thread.h [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
tick.h kernel: Break out kernel primitives into separate files and move to separate dir. 2014-03-03 18:11:57 +01:00
timeout.h kernel: Break out kernel primitives into separate files and move to separate dir. 2014-03-03 18:11:57 +01:00