zephyr/kernel/microkernel
Peter Mitsis e2cb5f5bdd mem_map: Simplify task_mem_map_alloc() API family
Changes the mem_map API so that the timeout parameter must be specified
when invoking task_mem_map_alloc() thereby obsoleting the following APIs:
    task_mem_map_alloc_wait()
    task_mem_map_alloc_wait_alloc()
    _task_mem_map_alloc()

Change-Id: I8905d07fa4b8c3729ca144e8f09e7ad0c7bf0f43
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:25:05 -05:00
..
include Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k_command_packet.c
k_event.c events: Simplify task_event_recv() API family 2016-02-05 20:25:05 -05:00
k_fifo.c
k_idle.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k_init.c
k_irq.c events: Simplify task_event_recv() API family 2016-02-05 20:25:05 -05:00
k_mailbox.c mailbox: Simplify task_mbox_data_block_get() API family 2016-02-05 20:25:05 -05:00
k_memory_map.c mem_map: Simplify task_mem_map_alloc() API family 2016-02-05 20:25:05 -05:00
k_memory_pool.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k_move_data.c
k_mutex.c
k_nop.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k_offload.c
k_pipe_buffer.c pipe, cosmetic: Put constant in comparisons on the right 2016-02-05 20:25:05 -05:00
k_pipe_get.c pipe, cosmetic: Put constant in comparisons on the right 2016-02-05 20:25:05 -05:00
k_pipe_put.c pipe, cosmetic: Put constant in comparisons on the right 2016-02-05 20:25:05 -05:00
k_pipe_util.c pipe, cosmetic: Put constant in comparisons on the right 2016-02-05 20:25:05 -05:00
k_pipe_xfer.c pipe, cosmetic: Put constant in comparisons on the right 2016-02-05 20:25:05 -05:00
k_pipe.c pipes: Simplify task_pipe_get() API family 2016-02-05 20:25:05 -05:00
k_semaphore.c semgroup: Simplify task_sem_group_take() API family 2016-02-05 20:25:05 -05:00
k_server.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k_task_monitor.c timer: Rename _sys_clock_cycle_get() 2016-02-05 20:24:55 -05:00
k_task.c
k_ticker.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k_timer.c
Kconfig
Makefile