Re: debugging syntasks

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Sat, May 4, 2013 at 4:56 AM, Jeff Darcy <jdarcy@xxxxxxxxxx> wrote:
Is there any reasonable way to get such listings for *all* synctasks?
That would probably be pretty handy.

The list head of all waiting synctasks can reached at ((struct syncenv *)THIS->ctx->env)->waitq. And the list of all synctasks in the run queue at ((struct syncenv *)THIS->ctx->env)->runq. The synctasks currently executing (not just enqueued in runq) will anyways be accessible in the native pthread of syncproc itself.

Avati


[Index of Archives]     [Gluster Users]     [Ceph Users]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux