zephyr/kernel/nanokernel/include
Benjamin Walsh 2aee77f8cf kernel: record when a fiber is removed from a wait queue
Until now, this was not needed since the checks for being on a wait
queue were only performed if a fiber was known to be on a timeout queue
as well. However, an upcoming fix for _fiber_wakeup() needs to verify if
a fiber is on a wait queue even if it is not timing out, because said
fix needs to check if the fiber is timing out as well.

Change-Id: If1694ceb551f2029d6a145963e81d3826956fd1d
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-25 11:06:09 -05:00
..
gen_offset.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
nano_internal.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
nano_offsets.h kernel: add per-thread errno support 2016-02-05 20:24:58 -05:00
timeout_q.h kernel: record when a fiber is removed from a wait queue 2016-02-25 11:06:09 -05:00
wait_q.h kernel: record when a fiber is removed from a wait queue 2016-02-25 11:06:09 -05:00