zephyr/samples/microkernel/benchmark/app_kernel/src
Peter Mitsis 96116cadbb mailbox: Simplify task_mbox_put() API family
Changes the mailbox API so that the timeout parameter must be specified
when invoking task_mbox_put() thereby obsoleting the following APIs:
	task_mbox_put_wait()
	task_mbox_put_wait_timeout()
	_task_mbox_put()

Change-Id: I174857bdf32fe7e59b79838185666cd557312814
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:25:05 -05:00
..
config.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
event_b.c cleanup: removing NOMANUAL 2016-02-05 20:24:35 -05:00
fifo_b.c cleanup: removing NOMANUAL 2016-02-05 20:24:35 -05:00
fifo_r.c cleanup: removing NOMANUAL 2016-02-05 20:24:35 -05:00
mailbox_b.c mailbox: Simplify task_mbox_put() API family 2016-02-05 20:25:05 -05:00
mailbox_r.c cleanup: removing NOMANUAL 2016-02-05 20:24:35 -05:00
Makefile initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00
master.c cleanup: removing NOMANUAL 2016-02-05 20:24:35 -05:00
master.h use zephyr.h instead of microkernel/nanokernel.h 2016-02-05 20:24:35 -05:00
memcfg.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
memmap_b.c cleanup: removing NOMANUAL 2016-02-05 20:24:35 -05:00
mempool_b.c cleanup: removing NOMANUAL 2016-02-05 20:24:35 -05:00
mutex_b.c cleanup: removing NOMANUAL 2016-02-05 20:24:35 -05:00
nop_b.c cleanup: removing NOMANUAL 2016-02-05 20:24:35 -05:00
pipe_b.c cleanup: removing NOMANUAL 2016-02-05 20:24:35 -05:00
pipe_r.c cleanup: removing NOMANUAL 2016-02-05 20:24:35 -05:00
receiver.c cleanup: removing NOMANUAL 2016-02-05 20:24:35 -05:00
receiver.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
sema_b.c cleanup: removing NOMANUAL 2016-02-05 20:24:35 -05:00
sema_r.c cleanup: removing NOMANUAL 2016-02-05 20:24:35 -05:00