cvs commit: src/lib/libthread_xu Makefile pthread.map src/lib/libthread_xu/arch Makefile.inc src/lib/libthread_xu/arch/alpha Makefile.inc src/lib/libthread_xu/arch/alpha/alpha pthread_md.c src/lib/libthread_xu/arch/alpha/include pthread_md.h src/lib/libthread_xu/arch/amd64 ...

Joerg Sonnenberger joerg at britannica.bec.de
Wed Feb 2 06:16:01 PST 2005


On Wed, Feb 02, 2005 at 09:58:09PM +0800, User Davidxu wrote:
> This is fine to me, did you consider how to exit whole process not
> just a single thread ? right now, I am using _exit(), but it only
> exits current thread, other threads can not be shutdown.

We should just split this into a process exit and a "thread"
access. But not before we handle the signals correctly.

Joerg





More information about the Commits mailing list