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-11-07 00:23:51 +00:00
2012-12-07 16:05:04 +00:00
2012-12-23 13:04:00 +00:00
2013-01-07 17:58:27 +00:00
2012-07-30 14:47:35 +00:00
2012-05-11 20:06:46 +00:00
2013-01-01 18:29:25 +00:00
2013-01-15 14:09:08 +00:00
2012-11-02 12:18:38 +00:00
2012-12-18 07:26:55 +00:00
2012-11-07 22:03:59 +00:00
2012-06-11 15:40:57 +00:00
2012-12-15 18:19:48 +00:00
2012-10-22 03:00:37 +00:00
2013-01-12 09:08:37 +00:00
2012-10-19 05:43:38 +00:00
2012-11-16 12:31:43 +00:00
2012-10-26 12:46:33 +00:00
2012-06-02 08:47:26 +00:00
2012-06-08 12:09:00 +00:00
2012-12-05 20:28:44 +00:00
2012-10-04 19:07:05 +00:00
2012-06-12 20:24:57 +00:00
2012-10-06 20:16:04 +00:00
2012-09-11 22:38:33 +00:00
2012-10-19 22:21:01 +00:00
2012-10-26 17:51:05 +00:00
2012-05-17 10:11:18 +00:00
2012-06-01 03:59:08 +00:00
2012-12-21 20:37:38 +00:00
2012-12-21 15:54:13 +00:00
2012-10-22 03:00:37 +00:00
2012-10-05 18:42:50 +00:00
2012-11-05 18:49:21 +00:00
2012-12-26 05:11:48 +00:00
2012-10-18 12:04:56 +00:00
2013-01-09 19:49:35 +00:00
2012-10-19 05:43:38 +00:00
2012-12-21 15:15:35 +00:00
2012-10-18 15:39:29 +00:00
2012-05-11 20:06:46 +00:00
2013-01-18 23:08:40 +00:00
2012-10-19 05:43:38 +00:00
2012-08-13 18:10:52 +00:00
2012-09-20 18:56:27 +00:00
2013-01-13 22:08:18 +00:00
2012-06-21 21:47:08 +00:00
2012-11-10 21:22:10 +00:00
2012-12-30 16:28:06 +00:00