FreeBSD Manual Pages
LIBTHR(3) BSD Library Functions Manual LIBTHR(3) NAME libthr -- 1:1 POSIX threads library LIBRARY 1:1 Threading Library (libthr, -lthr) SYNOPSIS #include <pthread.h> DESCRIPTION The libthr library provides a 1:1 implementation of the pthread(3) li- brary interfaces for application threading. It has been optimized for use by applications expecting system scope thread semantics, and can pro- vide significant performance improvements compared to N:M Threading Library (libkse, -lkse). SEE ALSO pthread(3) AUTHORS The libthr library was originally created by Jeff Roberson <jeff@FreeBSD.org>, and enhanced by Jonathan Mini <mini@FreeBSD.org> and Mike Makonnen <mtm@FreeBSD.org>. It has been substantially rewritten and optimized by David Xu <davidxu@FreeBSD.org>. BSD October 19, 2007 BSD
NAME | LIBRARY | SYNOPSIS | DESCRIPTION | SEE ALSO | AUTHORS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=libthr&sektion=3&manpath=FreeBSD+7.0-RELEASE>