rockbox/firmware/kernel
Solomon Peachy 191ffe272b Threading: Use 'size_t' for stack size in core threading code
For some reason it was defined as 'unsigned short' but all arguments to
the threading functions and other structs used size_t.  The SDL plugin
tried to allocate a 2MB stack and this resulted in much badness.

This is a _very_ old bug, and might be responsible for countless subtle
bugs!

Change-Id: I8b7fd79a10c21e3ab524a89b4d40d9afa4fab638
2020-04-05 05:47:04 +02:00
..
include Add HAVE_LINEOUT_DETECTION and associated logic 2019-01-04 23:52:42 +01:00
pthread Base scheduler queues off linked lists and do cleanup/consolidation 2014-08-16 05:15:37 -04:00
corelock.c
kernel-internal.h Do some kernel cleanup 2014-08-08 01:59:59 -04:00
mrsw_lock.c Add CPU mode asserts to kernel on blocking functions. 2017-01-21 14:25:52 -05:00
mutex.c Add CPU mode asserts to kernel on blocking functions. 2017-01-21 14:25:52 -05:00
queue.c Fix dangerous casts 2017-02-04 17:24:47 +01:00
semaphore.c Add CPU mode asserts to kernel on blocking functions. 2017-01-21 14:25:52 -05:00
thread-common.c Base scheduler queues off linked lists and do cleanup/consolidation 2014-08-16 05:15:37 -04:00
thread-internal.h Threading: Use 'size_t' for stack size in core threading code 2020-04-05 05:47:04 +02:00
thread.c Agptek Rocker: Initial commit 2018-06-12 10:31:14 +02:00
tick.c
timeout.c