zephyr/samples/microkernel/benchmark/app_kernel/src
Peter Mitsis 40eba989e2 semaphore: Simplify task_sem_take() API family
Changes the semaphore API so that the timeout parameter must be specified
when invoking task_sem_take() thereby obsoleting the following APIs:
	task_sem_take_wait()
	task_sem_take_wait_timeout()
	_task_sem_take()

Change-Id: I746d5c966a3b81ffe014333af51aa10ea8a63263
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 semaphore: Simplify task_sem_take() 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 semaphore: Simplify task_sem_take() API family 2016-02-05 20:25:05 -05:00
receiver.c semaphore: Simplify task_sem_take() API family 2016-02-05 20:25:05 -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 semaphore: Simplify task_sem_take() API family 2016-02-05 20:25:05 -05:00