mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
Use ``.St -p1003.1-96''.
This commit is contained in:
parent
589a5e341f
commit
096841eceb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73093
@ -71,9 +71,8 @@ points to.
|
||||
.Xr sem_init 3
|
||||
.Sh STANDARDS
|
||||
.Fn sem_destroy
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 1996 Edition.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
.Pp
|
||||
POSIX does not define the behavior of
|
||||
.Fn sem_destroy
|
||||
|
@ -69,9 +69,8 @@ points to an invalid semaphore.
|
||||
.Xr sem_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn sem_getvalue
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 1996 Edition.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
.Pp
|
||||
The value of the semaphore is never negative, even if there are threads blocked
|
||||
on the semaphore. POSIX is somewhat ambiguous in its wording with regard to
|
||||
|
@ -88,9 +88,8 @@ Unable to initialize a shared semaphore.
|
||||
.Xr sem_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn sem_init
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 1996 Edition.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
.Pp
|
||||
This implementation does not support shared semaphores, and reports this fact
|
||||
by setting
|
||||
|
@ -77,6 +77,5 @@ Function not supported by this implementation.
|
||||
.Fn sem_close ,
|
||||
and
|
||||
.Fn sem_unlink
|
||||
conform to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 1996 Edition.
|
||||
conform to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -71,6 +71,5 @@ points to an invalid semaphore.
|
||||
.Xr sem_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn sem_post
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 1996 Edition.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -89,6 +89,5 @@ The semaphore value was zero, and thus could not be decremented.
|
||||
.Fn sem_wait
|
||||
and
|
||||
.Fn sem_trywait
|
||||
conform to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 1996 Edition.
|
||||
conform to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -68,9 +68,8 @@ thread ID.
|
||||
.Xr pthread_testcancel 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cancel
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
.Sh AUTHORS
|
||||
This man page was written by
|
||||
.An David Leonard Aq d@openbsd.org
|
||||
|
@ -60,6 +60,5 @@ None
|
||||
.Xr pthread_exit 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cleanup_pop
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -62,6 +62,5 @@ None
|
||||
.Xr pthread_exit 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cleanup_push
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -67,6 +67,5 @@ is invalid.
|
||||
.Xr pthread_cond_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cond_broadcast
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -71,6 +71,5 @@ is locked by another thread.
|
||||
.Xr pthread_cond_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cond_destroy
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -76,6 +76,5 @@ The temporarily lacks the resources to create another condition variable.
|
||||
.Xr pthread_cond_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cond_init
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -67,6 +67,5 @@ is invalid.
|
||||
.Xr pthread_cond_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cond_signal
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -86,6 +86,5 @@ The system time has reached or exceeded the time specified in
|
||||
.Xr pthread_cond_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cond_timedwait
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -80,6 +80,5 @@ is invalid.
|
||||
.Xr pthread_cond_timedwait 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cond_wait
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -118,6 +118,5 @@ is invalid.
|
||||
.Xr pthread_join 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_create
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -86,6 +86,5 @@ thread ID,
|
||||
.Xr pthread_join 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_detach
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -65,6 +65,5 @@ None.
|
||||
.Xr pthread_exit 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_equal
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -102,6 +102,5 @@ None.
|
||||
.Xr pthread_join 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_exit
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -79,6 +79,5 @@ None.
|
||||
.Xr pthread_setspecific 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_getspecific
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -102,6 +102,5 @@ specifies the calling thread.
|
||||
.Xr pthread_create 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_join
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -104,6 +104,5 @@ Insufficient memory exists to create the key.
|
||||
.Xr pthread_setspecific 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_key_create
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -95,6 +95,5 @@ value is invalid.
|
||||
.Xr pthread_setspecific 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_key_delete
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -69,6 +69,5 @@ is locked by another thread.
|
||||
.Xr pthread_mutex_unlock 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_mutex_destroy
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -74,6 +74,5 @@ The temporarily lacks the resources to create another mutex.
|
||||
.Xr pthread_mutex_unlock 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_mutex_init
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -71,6 +71,5 @@ A deadlock would occur if the thread blocked waiting for
|
||||
.Xr pthread_mutex_unlock 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_mutex_lock
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -72,6 +72,5 @@ is already locked.
|
||||
.Xr pthread_mutex_unlock 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_mutex_trylock
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -71,6 +71,5 @@ The current thread does not hold a lock on
|
||||
.Xr pthread_mutex_trylock 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_mutex_unlock
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -103,6 +103,5 @@ None.
|
||||
.Pp
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_once
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -58,6 +58,5 @@ None.
|
||||
.Xr pthread_equal 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_self
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -92,6 +92,5 @@ value is invalid.
|
||||
.Xr pthread_key_delete 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_setspecific
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -190,9 +190,8 @@ or
|
||||
.Xr pthread_cancel 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_testcancel
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
.Sh AUTHORS
|
||||
This man page was written by
|
||||
.An David Leonard Aq d@openbsd.org
|
||||
|
@ -71,9 +71,8 @@ points to.
|
||||
.Xr sem_init 3
|
||||
.Sh STANDARDS
|
||||
.Fn sem_destroy
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 1996 Edition.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
.Pp
|
||||
POSIX does not define the behavior of
|
||||
.Fn sem_destroy
|
||||
|
@ -69,9 +69,8 @@ points to an invalid semaphore.
|
||||
.Xr sem_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn sem_getvalue
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 1996 Edition.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
.Pp
|
||||
The value of the semaphore is never negative, even if there are threads blocked
|
||||
on the semaphore. POSIX is somewhat ambiguous in its wording with regard to
|
||||
|
@ -88,9 +88,8 @@ Unable to initialize a shared semaphore.
|
||||
.Xr sem_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn sem_init
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 1996 Edition.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
.Pp
|
||||
This implementation does not support shared semaphores, and reports this fact
|
||||
by setting
|
||||
|
@ -77,6 +77,5 @@ Function not supported by this implementation.
|
||||
.Fn sem_close ,
|
||||
and
|
||||
.Fn sem_unlink
|
||||
conform to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 1996 Edition.
|
||||
conform to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -71,6 +71,5 @@ points to an invalid semaphore.
|
||||
.Xr sem_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn sem_post
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 1996 Edition.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -89,6 +89,5 @@ The semaphore value was zero, and thus could not be decremented.
|
||||
.Fn sem_wait
|
||||
and
|
||||
.Fn sem_trywait
|
||||
conform to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 1996 Edition.
|
||||
conform to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -68,9 +68,8 @@ thread ID.
|
||||
.Xr pthread_testcancel 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cancel
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
.Sh AUTHORS
|
||||
This man page was written by
|
||||
.An David Leonard Aq d@openbsd.org
|
||||
|
@ -60,6 +60,5 @@ None
|
||||
.Xr pthread_exit 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cleanup_pop
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -62,6 +62,5 @@ None
|
||||
.Xr pthread_exit 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cleanup_push
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -67,6 +67,5 @@ is invalid.
|
||||
.Xr pthread_cond_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cond_broadcast
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -71,6 +71,5 @@ is locked by another thread.
|
||||
.Xr pthread_cond_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cond_destroy
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -76,6 +76,5 @@ The temporarily lacks the resources to create another condition variable.
|
||||
.Xr pthread_cond_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cond_init
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -67,6 +67,5 @@ is invalid.
|
||||
.Xr pthread_cond_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cond_signal
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -86,6 +86,5 @@ The system time has reached or exceeded the time specified in
|
||||
.Xr pthread_cond_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cond_timedwait
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -80,6 +80,5 @@ is invalid.
|
||||
.Xr pthread_cond_timedwait 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cond_wait
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -118,6 +118,5 @@ is invalid.
|
||||
.Xr pthread_join 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_create
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -86,6 +86,5 @@ thread ID,
|
||||
.Xr pthread_join 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_detach
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -65,6 +65,5 @@ None.
|
||||
.Xr pthread_exit 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_equal
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -102,6 +102,5 @@ None.
|
||||
.Xr pthread_join 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_exit
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -79,6 +79,5 @@ None.
|
||||
.Xr pthread_setspecific 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_getspecific
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -102,6 +102,5 @@ specifies the calling thread.
|
||||
.Xr pthread_create 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_join
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -104,6 +104,5 @@ Insufficient memory exists to create the key.
|
||||
.Xr pthread_setspecific 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_key_create
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -95,6 +95,5 @@ value is invalid.
|
||||
.Xr pthread_setspecific 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_key_delete
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -69,6 +69,5 @@ is locked by another thread.
|
||||
.Xr pthread_mutex_unlock 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_mutex_destroy
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -74,6 +74,5 @@ The temporarily lacks the resources to create another mutex.
|
||||
.Xr pthread_mutex_unlock 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_mutex_init
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -71,6 +71,5 @@ A deadlock would occur if the thread blocked waiting for
|
||||
.Xr pthread_mutex_unlock 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_mutex_lock
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -72,6 +72,5 @@ is already locked.
|
||||
.Xr pthread_mutex_unlock 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_mutex_trylock
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -71,6 +71,5 @@ The current thread does not hold a lock on
|
||||
.Xr pthread_mutex_trylock 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_mutex_unlock
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -103,6 +103,5 @@ None.
|
||||
.Pp
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_once
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -58,6 +58,5 @@ None.
|
||||
.Xr pthread_equal 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_self
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -92,6 +92,5 @@ value is invalid.
|
||||
.Xr pthread_key_delete 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_setspecific
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -190,9 +190,8 @@ or
|
||||
.Xr pthread_cancel 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_testcancel
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
.Sh AUTHORS
|
||||
This man page was written by
|
||||
.An David Leonard Aq d@openbsd.org
|
||||
|
@ -71,9 +71,8 @@ points to.
|
||||
.Xr sem_init 3
|
||||
.Sh STANDARDS
|
||||
.Fn sem_destroy
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 1996 Edition.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
.Pp
|
||||
POSIX does not define the behavior of
|
||||
.Fn sem_destroy
|
||||
|
@ -69,9 +69,8 @@ points to an invalid semaphore.
|
||||
.Xr sem_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn sem_getvalue
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 1996 Edition.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
.Pp
|
||||
The value of the semaphore is never negative, even if there are threads blocked
|
||||
on the semaphore. POSIX is somewhat ambiguous in its wording with regard to
|
||||
|
@ -88,9 +88,8 @@ Unable to initialize a shared semaphore.
|
||||
.Xr sem_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn sem_init
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 1996 Edition.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
.Pp
|
||||
This implementation does not support shared semaphores, and reports this fact
|
||||
by setting
|
||||
|
@ -77,6 +77,5 @@ Function not supported by this implementation.
|
||||
.Fn sem_close ,
|
||||
and
|
||||
.Fn sem_unlink
|
||||
conform to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 1996 Edition.
|
||||
conform to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -71,6 +71,5 @@ points to an invalid semaphore.
|
||||
.Xr sem_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn sem_post
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 1996 Edition.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -89,6 +89,5 @@ The semaphore value was zero, and thus could not be decremented.
|
||||
.Fn sem_wait
|
||||
and
|
||||
.Fn sem_trywait
|
||||
conform to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 1996 Edition.
|
||||
conform to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -68,9 +68,8 @@ thread ID.
|
||||
.Xr pthread_testcancel 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cancel
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
.Sh AUTHORS
|
||||
This man page was written by
|
||||
.An David Leonard Aq d@openbsd.org
|
||||
|
@ -60,6 +60,5 @@ None
|
||||
.Xr pthread_exit 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cleanup_pop
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -62,6 +62,5 @@ None
|
||||
.Xr pthread_exit 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cleanup_push
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -67,6 +67,5 @@ is invalid.
|
||||
.Xr pthread_cond_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cond_broadcast
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -71,6 +71,5 @@ is locked by another thread.
|
||||
.Xr pthread_cond_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cond_destroy
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -76,6 +76,5 @@ The temporarily lacks the resources to create another condition variable.
|
||||
.Xr pthread_cond_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cond_init
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -67,6 +67,5 @@ is invalid.
|
||||
.Xr pthread_cond_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cond_signal
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -86,6 +86,5 @@ The system time has reached or exceeded the time specified in
|
||||
.Xr pthread_cond_wait 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cond_timedwait
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -80,6 +80,5 @@ is invalid.
|
||||
.Xr pthread_cond_timedwait 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_cond_wait
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -118,6 +118,5 @@ is invalid.
|
||||
.Xr pthread_join 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_create
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -86,6 +86,5 @@ thread ID,
|
||||
.Xr pthread_join 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_detach
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -65,6 +65,5 @@ None.
|
||||
.Xr pthread_exit 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_equal
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -102,6 +102,5 @@ None.
|
||||
.Xr pthread_join 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_exit
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -79,6 +79,5 @@ None.
|
||||
.Xr pthread_setspecific 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_getspecific
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -102,6 +102,5 @@ specifies the calling thread.
|
||||
.Xr pthread_create 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_join
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -104,6 +104,5 @@ Insufficient memory exists to create the key.
|
||||
.Xr pthread_setspecific 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_key_create
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -95,6 +95,5 @@ value is invalid.
|
||||
.Xr pthread_setspecific 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_key_delete
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -69,6 +69,5 @@ is locked by another thread.
|
||||
.Xr pthread_mutex_unlock 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_mutex_destroy
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -74,6 +74,5 @@ The temporarily lacks the resources to create another mutex.
|
||||
.Xr pthread_mutex_unlock 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_mutex_init
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -71,6 +71,5 @@ A deadlock would occur if the thread blocked waiting for
|
||||
.Xr pthread_mutex_unlock 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_mutex_lock
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -72,6 +72,5 @@ is already locked.
|
||||
.Xr pthread_mutex_unlock 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_mutex_trylock
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -71,6 +71,5 @@ The current thread does not hold a lock on
|
||||
.Xr pthread_mutex_trylock 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_mutex_unlock
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -103,6 +103,5 @@ None.
|
||||
.Pp
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_once
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -58,6 +58,5 @@ None.
|
||||
.Xr pthread_equal 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_self
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -92,6 +92,5 @@ value is invalid.
|
||||
.Xr pthread_key_delete 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_setspecific
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
|
@ -190,9 +190,8 @@ or
|
||||
.Xr pthread_cancel 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_testcancel
|
||||
conforms to ISO/IEC 9945-1 ANSI/IEEE
|
||||
.Pq Dq Tn POSIX
|
||||
Std 1003.1 Second Edition 1996-07-12.
|
||||
conforms to
|
||||
.St -p1003.1-96 .
|
||||
.Sh AUTHORS
|
||||
This man page was written by
|
||||
.An David Leonard Aq d@openbsd.org
|
||||
|
Loading…
Reference in New Issue
Block a user