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
..
2013-01-01 18:29:25 +00:00
2013-01-12 09:08:37 +00:00
2012-11-16 12:31:43 +00:00
2012-06-02 08:47:26 +00:00
2012-10-05 18:42:50 +00:00
2012-10-18 15:39:29 +00:00
2012-06-21 21:47:08 +00:00