zephyr/net/ip
Peter Mitsis 54b782a88b nano_sema: Simplify nano_xxx_sem_take() API family
Changes the nanokernel semaphore API so that the timeout parameter must be
specified when invoking nano_isr_sem_take(), nano_fiber_sem_take(),
nano_task_sem_take() and nano_sem_take().

This obsoletes the following APIs:
	nano_fiber_sem_take_wait()
	nano_fiber_sem_take_wait_timeout()
	nano_task_sem_take_wait()
	nano_task_sem_take_wait_timeout()
	nano_sem_take_wait()
	nano_sem_take_wait_timeout()

Change-Id: If7a4bce1bd8ec8d6410d04f3c16ff1922ff0910e
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:25:14 -05:00
..
contiki
er-coap
rest-engine
tinydtls
dummy_15_4_radio.c
dummy_15_4_radio.h
ip_buf.c
Kconfig
l2_buf.c
Makefile
net_context.c nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
net_core.c nano_fifo: Simplify nano_xxx_fifo_get() API family 2016-02-05 20:25:14 -05:00
net_driver_15_4.c nano_fifo: Simplify nano_xxx_fifo_get() API family 2016-02-05 20:25:14 -05:00
net_driver_15_4.h
net_driver_bt.c Bluetooth: Make use of BT_UUID_DECLARE_16 for services 2016-02-05 20:25:07 -05:00
net_driver_bt.h
net_driver_ethernet.c
net_driver_ethernet.h
net_driver_loopback.c net: Fix not setting loopback address in loopback driver 2016-02-05 20:25:09 -05:00
net_driver_loopback.h
net_driver_slip.c
net_driver_slip.h