> from a quick glance, there is no tgid, and deliberately so:
> proc.thread_group is a list of siblings, no? siblings that
> normally share their struct mm.
There is in fact a tgid in the task_struct. Its value is the pid of the
task that first called clone() with CLONE_THREAD set. And in fact the
getpid() system call actually returns tgid instead of pid. It seems to me
only reasonable to include this in the information available via /proc.
Dave McCracken
======================================================================
Dave McCracken IBM Linux Base Kernel Team 1-512-838-3059
dmccr@us.ibm.com T/L 678-3059
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/