zephyr/kernel/nanokernel/include
Peter Mitsis b58878bb89 kernel: Init back pointer to microkernel task
Fibers initialize this back pointer to NULL as they are (by definition)
not microkernel tasks.  Microkernel tasks initialize it to their
corresponding 'ktask_t'.

However for nanokernel systems, the back pointer is always NULL. This
is because there is only one task in a nanokernel system (the background
task) and it can not pend on a nanokernel object--it must poll.

Change-Id: I9840fecc44224bef63d09d587d703720cf33ad57
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-05-04 22:51:33 +00:00
..
gen_offset.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
nano_internal.h kernel: Init back pointer to microkernel task 2016-05-04 22:51:33 +00:00
nano_offsets.h errno: implement _get_errno() in common code 2016-05-04 17:04:14 +00:00
timeout_q.h kernel: Combine nano_timers and nano_timeouts 2016-03-26 09:20:10 +00:00
wait_q.h kernel: Combine nano_timers and nano_timeouts 2016-03-26 09:20:10 +00:00