diff options
Diffstat (limited to 'lib/libthr/libthr.3')
-rw-r--r-- | lib/libthr/libthr.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libthr/libthr.3 b/lib/libthr/libthr.3 index 2133ccb..356edd9 100644 --- a/lib/libthr/libthr.3 +++ b/lib/libthr/libthr.3 @@ -48,14 +48,18 @@ as they can then use .Xr libmap.conf 5 to select the threading implementation on a per-application basis. .Pp +The .Nm +library has been optimized for use by applications expecting system scope thread semantics, and can provide significant performance improvements. .Sh SEE ALSO -.Xr pthread 3 , +.Xr pthread 3 .Sh AUTHORS .An -nosplit +The .Nm +library was originally created by .An "Jeff Roberson" Aq jeff@FreeBSD.org , and enhanced by @@ -64,4 +68,3 @@ and .An "Mike Makonnen" Aq mtm@FreeBSD.org . It has been substantially rewritten and optimized by .An "David Xu" Aq davidxu@FreeBSD.org . -.An -split |