<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Sat, May 4, 2013 at 4:56 AM, Jeff Darcy <span dir="ltr">&lt;<a href="mailto:jdarcy@redhat.com" target="_blank">jdarcy@redhat.com</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Is there any reasonable way to get such listings for *all* synctasks?<br>
That would probably be pretty handy.</blockquote><div><br></div><div style>The list head of all waiting synctasks can reached at ((struct syncenv *)THIS-&gt;ctx-&gt;env)-&gt;waitq. And the list of all synctasks in the run queue at ((struct syncenv *)THIS-&gt;ctx-&gt;env)-&gt;runq. The synctasks currently executing (not just enqueued in runq) will anyways be accessible in the native pthread of syncproc itself.</div>
<div style><br></div><div style>Avati</div><div style><br></div></div></div></div>