mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Xref pthread_condattr.3, pthread_attr.3, and pthread_mutexattr.3.
PR: 60679 Submitted by: roam (with minor modifications)
This commit is contained in:
parent
6b0a380f6d
commit
6a8a30dcd3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163983
@ -27,7 +27,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd July 28, 1998
|
||||
.Dd November 4, 2006
|
||||
.Dt PTHREAD_COND_INIT 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -71,6 +71,7 @@ The system temporarily lacks the resources to create another condition
|
||||
variable.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr pthread_condattr 3 ,
|
||||
.Xr pthread_cond_broadcast 3 ,
|
||||
.Xr pthread_cond_destroy 3 ,
|
||||
.Xr pthread_cond_signal 3 ,
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd November 1, 2006
|
||||
.Dd November 4, 2006
|
||||
.Dt PTHREAD_CREATE 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -118,6 +118,7 @@ is invalid.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr fork 2 ,
|
||||
.Xr pthread_attr 3 ,
|
||||
.Xr pthread_cleanup_pop 3 ,
|
||||
.Xr pthread_cleanup_push 3 ,
|
||||
.Xr pthread_exit 3 ,
|
||||
|
@ -27,7 +27,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd July 29, 1998
|
||||
.Dd November 4, 2006
|
||||
.Dt PTHREAD_MUTEX_INIT 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -67,6 +67,7 @@ is invalid.
|
||||
The process cannot allocate enough memory to create another mutex.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr pthread_mutexattr 3 ,
|
||||
.Xr pthread_mutex_destroy 3 ,
|
||||
.Xr pthread_mutex_lock 3 ,
|
||||
.Xr pthread_mutex_trylock 3 ,
|
||||
|
Loading…
Reference in New Issue
Block a user