- > i want to know in which file/function of the kernel > does the user thread and the kernel thread gets > exited so as i know all the information about the > threads that are being exited in the system. go through the file kernel/exit.c, which is having implementation for system calls exit() and exit_group() as sys_exit() and sys_exit_group() respectively. Regards Suneesh __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/