zephyr/tests/kernel
Peter Mitsis 06e2b4e129 nanokernel: Change fiber_delayed_start() return type
Instead of returning a 'void *', the nanokernel fiber_delayed_start()
family of routines now return a handle of type nano_thread_id_t.

Consequently, the nanokernel fiber_delayed_start_cancel() family of
routines now accept a parameter of type nano_thread_id_t instead of
'void *'.

The complete list of affected nanokernel routines is:
    fiber_delayed_start()        fiber_delayed_start_cancel()
    fiber_fiber_delayed_start()  fiber_fiber_delayed_start_cancel()
    task_fiber_delayed_start()   task_fiber_delayed_start_cancel()

Change-Id: Ibd4658df3ef07e79a81b7643a8be9ea5ffe08ba0
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-23 10:48:54 -05:00
..
test_arm_m3_irq_vector_table move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_atomic move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_build move driver samples to samples/drivers 2016-02-11 13:08:44 -05:00
test_context nanokernel: Change fiber_delayed_start() return type 2016-02-23 10:48:54 -05:00
test_critical move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_errno move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_events move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_fifo boards: remove obsolete CTB board 2016-02-17 17:07:08 +00:00
test_fifo_priv tests: test_fifo: unify nano and micro tests into one directory 2016-02-11 13:08:44 -05:00
test_fp_sharing move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_ipm move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_libs move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_lifo boards: remove obsolete CTB board 2016-02-17 17:07:08 +00:00
test_mail move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_mail_priv tests: move kernel tests to tests/ 2016-02-11 18:06:33 +00:00
test_map move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_map_priv tests: move kernel tests to tests/ 2016-02-11 18:06:33 +00:00
test_mem_safe move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_mutex move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_pipe move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_pipe_priv tests: move kernel tests to tests/ 2016-02-11 18:06:33 +00:00
test_pool move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_rand32 test_rand32: only microkernel version exist 2016-02-11 13:08:44 -05:00
test_ring_buf test_ring_buf: only nanokernel version exist 2016-02-11 13:08:44 -05:00
test_sema boards: remove obsolete CTB board 2016-02-17 17:07:08 +00:00
test_sema_priv tests: move kernel tests to tests/ 2016-02-11 18:06:33 +00:00
test_sprintf/microkernel move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_stack/nanokernel move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_stackprot move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_static_idt move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_task test_task: only microkernel version exist 2016-02-11 13:08:44 -05:00
test_task_irq test_task_irq: only microkernel version exist 2016-02-11 13:08:44 -05:00
test_task_priv test_task_priv: only microkernel version exist 2016-02-11 13:08:44 -05:00
test_tickless/microkernel move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_timer tests: test_fifo: unify nano and micro tests into one directory 2016-02-11 13:08:44 -05:00
test_xip move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00