freebsd-skq/lib/libthr
jilles 3ade1f6acb libthr: Always use the threaded rtld lock implementation.
The threaded rtld lock implementation is faster even in the single-threaded
case because it postpones signal handlers via THR_CRITICAL_ENTER and
THR_CRITICAL_LEAVE instead of calling sigprocmask(2).

As a result, exception handling becomes faster in single-threaded
applications linked with libthr.

Reviewed by:	kib
2013-01-18 23:08:40 +00:00
..
arch Merging of projects/armv6, part 2 2012-08-15 03:08:29 +00:00
support
sys
thread libthr: Always use the threaded rtld lock implementation. 2013-01-18 23:08:40 +00:00
libthr.3
Makefile
pthread.map