<div dir="ltr"><div>While inspecting the code of rtems_stack_checker_is_blown I noticed at one point it calls _Thread_Get_executing(). I couldn't find that function defined anywhere, where is it?<br><br>The reason I wanted to see how's defined is because _Thread_Handler() uses _Thread_Executing directly instead of calling _Thread_Get_executing(). What's the difference between the two, and when should each be used?<br>
<br></div>Thanks a lot!<br></div>