Date: Wed, 15 Sep 2010 02:56:32 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libthr Makefile src/lib/libthr/thread thr_clean.c thr_create.c thr_exit.c thr_init.c thr_private.h Message-ID: <201009150257.o8F2v5Nd085441@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2010-09-15 02:56:32 UTC FreeBSD src repository Modified files: lib/libthr Makefile lib/libthr/thread thr_clean.c thr_create.c thr_exit.c thr_init.c thr_private.h Log: SVN rev 212630 on 2010-09-15 02:56:32Z by davidxu add code to support stack unwinding when thread exits. note that only defer-mode cancellation works, asynchrnous mode does not work because it lacks of libuwind's support. stack unwinding is not enabled unless LIBTHR_UNWIND_STACK is defined in Makefile. Revision Changes Path 1.45 +8 -0 src/lib/libthr/Makefile 1.7 +8 -0 src/lib/libthr/thread/thr_clean.c 1.49 +5 -0 src/lib/libthr/thread/thr_create.c 1.36 +150 -1 src/lib/libthr/thread/thr_exit.c 1.56 +4 -0 src/lib/libthr/thread/thr_init.c 1.109 +9 -0 src/lib/libthr/thread/thr_private.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009150257.o8F2v5Nd085441>