1
0
Fork 0
forked from len0rd/rockbox
foxbox/firmware/kernel
Solomon Peachy d13029ebdd kernel: Add queue_full() API call
This allows callers to see if it's safe to enqueue something instead
of triggering a panic if the queue turns out to be full.

Change-Id: Idb887e7a47cfbfef998f27d9d85090f3c0ed2230
2024-10-06 11:17:54 -04:00
..
include kernel: Add queue_full() API call 2024-10-06 11:17:54 -04:00
corelock.c
kernel-internal.h
mrsw_lock.c
mutex.c
queue.c kernel: Add queue_full() API call 2024-10-06 11:17:54 -04:00
semaphore.c
thread-common.c
thread-internal.h
thread.c buflib: Refactor various debugging features 2023-01-13 10:32:57 +00:00
tick.c
timeout.c