freebsd-dev/lib/libthr
David Xu 76a9679f8e If a new thread is created, it inherits current thread's signal masks,
however if current thread is executing cancellation handler, signal
SIGCANCEL may have already been blocked, this is unexpected, unblock the
signal in new thread if this happens.

MFC after: 1 week
2008-03-04 04:28:59 +00:00
..
arch style.Makefile(5) 2008-02-13 05:25:43 +00:00
support Use thr_new syscall to create a new thread, obscure context operations 2005-04-23 02:48:59 +00:00
sys __error could be called too early before libthr is initialized, test 2006-07-12 03:44:05 +00:00
thread If a new thread is created, it inherits current thread's signal masks, 2008-03-04 04:28:59 +00:00
libthr.3 - Stop calling libthr alternative as it's now the default 2007-10-22 10:13:38 +00:00
Makefile Convert pthread.map to the format expected by version_gen.awk, and modify 2008-02-06 20:25:00 +00:00
pthread.map Implement functions pthread_getaffinity_np and pthread_setaffinity_np to 2008-03-03 09:16:29 +00:00