Go to file
Peter Mitsis 9cc9bdcd53 mem_pool: Simplify task_mem_pool_alloc() API family
Changes the mem_pool API so that the timeout parameter must be specified
when invoking task_mem_pool_alloc() thereby obsoleting the following APIs:
	task_mem_pool_alloc_wait()
	task_mem_pool_alloc_wait_alloc()
	_task_mem_pool_alloc()

Change-Id: Ifa88f13bca98ca3c7d0e1a3b64b40a00068619e0
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:25:05 -05:00
arch x86: reduce static IRQ stub size 2016-02-05 20:25:05 -05:00
configs serial: simplify interrupt config options 2016-02-05 20:25:05 -05:00
doc mem_pool: Simplify task_mem_pool_alloc() API family 2016-02-05 20:25:05 -05:00
drivers mvic: fix how local interrupts are programmed 2016-02-05 20:25:05 -05:00
include mem_pool: Simplify task_mem_pool_alloc() API family 2016-02-05 20:25:05 -05:00
kernel mem_pool: Simplify task_mem_pool_alloc() API family 2016-02-05 20:25:05 -05:00
lib
misc
net build: Remove PROJECTINCLUDE from application makefiles 2016-02-05 20:25:04 -05:00
samples mem_pool: Simplify task_mem_pool_alloc() API family 2016-02-05 20:25:05 -05:00
scripts sanitize use of ARCH/SRCARCH 2016-02-05 20:25:04 -05:00
.checkpatch.conf
.gitattributes
.gitignore
.mailmap
Kbuild sanitize use of ARCH/SRCARCH 2016-02-05 20:25:04 -05:00
Kconfig sanitize use of ARCH/SRCARCH 2016-02-05 20:25:04 -05:00
Kconfig.zephyr
LICENSE
Makefile build: Remove PROJECTINCLUDE from application makefiles 2016-02-05 20:25:04 -05:00
Makefile.inc
zephyr-env.sh