zephyr/samples/microkernel/benchmark/app_kernel/src
Peter Mitsis 57c7977ecf pipes: Simplify task_pipe_get() API family
Changes the pipe API so that the timeout parameter must be specified
when invoking task_pipe_get() thereby obsoleting the following APIs:
	task_pipe_get_wait()
	task_pipe_get_wait_timeout()
	_task_pipe_get()

Change-Id: If249e57d086fef15fdc1616965f53b310ac9cf9d
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 events: Simplify task_event_recv() API family 2016-02-05 20:25:05 -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 mailbox: Simplify task_mbox_get() API family 2016-02-05 20:25:05 -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 pipes: Simplify task_pipe_put() API family 2016-02-05 20:25:05 -05:00
pipe_r.c pipes: Simplify task_pipe_get() API family 2016-02-05 20:25:05 -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