aboutsummaryrefslogtreecommitdiff
path: root/share/man/man3/pthread_mutex_init.3
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
* POSIX compliance improvements in the pthread(3) functions.Pedro F. Giffuni2018-08-181-2/+2
| | | | | | | | | | | | | | | | This basically adds makes use of the C99 restrict keyword, and also adds some 'const's to four threading functions: pthread_mutexattr_gettype(), pthread_mutexattr_getprioceiling(), pthread_mutexattr_getprotocol(), and pthread_mutex_getprioceiling. The changes are in accordance to POSIX/SUSv4-2018. Hinted by: DragonFlyBSD Relnotes: yes MFC after: 1 month Differential Revision: D16722 Notes: svn path=/head/; revision=337992
* sort SEE ALSOBaptiste Daroussin2014-12-261-2/+2
| | | | Notes: svn path=/head/; revision=276261
* Hide the implementation details about multiple threading librariesRuslan Ermilov2007-10-221-1/+0
| | | | | | | | | from the synopses of pthread*(3) manpages. Reviewed by: deischen, davidxu Notes: svn path=/head/; revision=172880
* Xref pthread_condattr.3, pthread_attr.3, and pthread_mutexattr.3.Tom Rhodes2006-11-041-1/+2
| | | | | | | | PR: 60679 Submitted by: roam (with minor modifications) Notes: svn path=/head/; revision=163983
* Remove mentions of libc_r.Ruslan Ermilov2006-09-301-1/+0
| | | | Notes: svn path=/head/; revision=162845
* Document interfaces that are supported by libthr.Ruslan Ermilov2004-01-151-0/+1
| | | | Notes: svn path=/head/; revision=124562
* Have a single set of POSIX threads man pages. The LIBRARY sectionRuslan Ermilov2004-01-141-0/+1
| | | | | | | | | | | of each manpage lists libraries that have corresponding interfaces implemented. Prodded by: threads Reviewed by: deischen Notes: svn path=/head/; revision=124535
* Pull revision 1.13 from libpthread/man/pthread_mutex_init.3:Ruslan Ermilov2003-12-301-2/+0
| | | | | | | | | | - Remove error code that can't be returned (and original description was not proper English) PR: docs/57434 Notes: svn path=/head/; revision=123997
* The .Fn function. Use .Xr where appropriate.Philippe Charnier2003-03-241-2/+4
| | | | Notes: svn path=/head/; revision=112542
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79531
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
| | | | Notes: svn path=/head/; revision=79454
* Use ``.St -p1003.1-96''.Ruslan Ermilov2001-02-261-3/+2
| | | | Notes: svn path=/head/; revision=73093
* Introduce .Lb macro to libc_r manpages.Alexey Zelkin2000-04-221-0/+2
| | | | Notes: svn path=/head/; revision=59501
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+2
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48794
* Sort cross references.Wolfram Schneider1998-08-311-2/+2
| | | | Notes: svn path=/head/; revision=38702
* Changed prototype in synopsis to match prototype in <pthread.h>.Bruce Evans1998-08-031-1/+1
| | | | Notes: svn path=/head/; revision=38056
* The pthreads standard has been published. Change:Alexander Langer1998-08-031-2/+2
| | | | | | | | | | | | | ...is expected to conform to IEEE (``POSIX'') Std 1003.1c when it is published. to: ...conforms to ISO/IEC 9945-1 ANSI/IEEE (``POSIX'') Std 1003.1 Second Edition 1996-07-12. Discussed with: jb Notes: svn path=/head/; revision=38028
* I've put together man pages for the pthread_cleanup, pthread_cond, andPoul-Henning Kamp1998-07-311-0/+75
pthread_mutex routines. I've also tweaked pthread_create.3 to point to pthread_cleanup_push(3) and pthread_cleanup_pop(3). PR: 7450 Submitted by: Brian Cully <shmit@kublai.com> Notes: svn path=/head/; revision=37985