Hey,
On 3/27/07, Stephen Hahn <[EMAIL PROTECTED]> wrote:
> I have noticed a function thread_exit() within thread.c. Is this function
called each time a thread is exited?
Given your mention of processes, I think you want lwp_exit().
I thought that there was a one-to-one mapping of threads o
* Thomas De Schampheleire <[EMAIL PROTECTED]> [2007-03-27 08:16]:
> Hi,
>
> I am following up on this project. We would actually like to track process
> termination from within the kernel, not in userspace.
>
> I have noticed a function thread_exit() within thread.c. Is this function
> called
Hi,
I am following up on this project. We would actually like to track process
termination from within the kernel, not in userspace.
I have noticed a function thread_exit() within thread.c. Is this function
called each time a thread is exited?
Is there a similar function for the termination