zephyr/kernel
Peter Mitsis d3e4b72da2 mailbox: Simplify task_mbox_data_block_get() API family
Changes the mailbox API so that the timeout parameter must be specified
when invoking task_mbox_data_block_get() thereby obsoleting the
following APIs:
    task_mbox_data_block_get_wait()
    task_mbox_data_block_get_wait_timeout()
    _task_mbox_data_block_get()

Change-Id: I284be505e6de792ba5483611d1299063162550e1
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:25:05 -05:00
..
configs
microkernel mailbox: Simplify task_mbox_data_block_get() API family 2016-02-05 20:25:05 -05:00
nanokernel kernel: remove CONFIG_INT_LATENCY_BENCHMARK fences from code path 2016-02-05 20:25:04 -05:00
Kconfig init: Implement fine-grained initialization policy 2016-02-05 20:24:54 -05:00
Makefile