Jilles Tjoelker b18943f3b4 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
..
2012-08-12 00:56:56 +00:00
2010-05-24 13:44:39 +00:00
2010-09-30 12:59:56 +00:00
2010-09-19 08:55:36 +00:00
2012-08-11 23:17:02 +00:00
2012-07-20 03:22:17 +00:00
2012-07-20 03:22:17 +00:00
2012-08-11 23:17:02 +00:00