<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Console'; font-size:12pt; font-weight:400; font-style:normal;">On Wednesday April 22 2009, Joel Sherrill wrote:<br>
> > Will not it be better to add a parameter to<br>
> > rtems_iterate_over_all_threads saying to avoid myself ID while iterating?<br>
><br>
> You could call rtems_task_self() or just compare the TCB to<br>
> _Thread_Executing.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Usage of the _Thread_Executing->Object.iditem, which is the RTEMS internal parameter seems to me not a good programmer practice.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>What is rtems_task_self()? I do not see it in my 4.8.0 version.<br>
Was it introduced later?<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Thanks.</p></body></html>