cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_private.h thr_sig.c

[ Available lists | Index of cvs-src-old | Month of Aug 2010 | Week of 24 Aug 2010 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
David Xu <davidxu@FreeBSD.org>
Date
24 Aug 2010 09:57:14
Subject
cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_private.h thr_sig.c
Message-ID
201008240957.o7O9vE96079656@repoman.freebsd.org


[ Hide this part ]
davidxu     2010-08-24 09:57:06 UTC

FreeBSD src repository

Modified files:
lib/libthr pthread.map
lib/libthr/thread thr_private.h thr_sig.c
Log:
SVN rev 211737 on 2010-08-24 09:57:06Z by davidxu

Add wrapper for setcontext() and swapcontext(), the wrappers
unblock SIGCANCEL which is needed by thread cancellation.

Revision Changes Path
1.35 +4 -0 src/lib/libthr/pthread.map
1.100 +6 -0 src/lib/libthr/thread/thr_private.h
1.33 +45 -14 src/lib/libthr/thread/thr_sig.c

Elapsed time: 0.051 seconds