From 3d08cd331c1adcf0d917392f7e527b3f00511748 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 24 May 2024 06:52:22 +0200 Subject: Merging upstream version 6.8. Signed-off-by: Daniel Baumann --- man3/pthread_mutexattr_init.3 | 53 ------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 man3/pthread_mutexattr_init.3 (limited to 'man3/pthread_mutexattr_init.3') diff --git a/man3/pthread_mutexattr_init.3 b/man3/pthread_mutexattr_init.3 deleted file mode 100644 index 4b09f5b..0000000 --- a/man3/pthread_mutexattr_init.3 +++ /dev/null @@ -1,53 +0,0 @@ -.\" Copyright (c) 2017, Michael Kerrisk -.\" -.\" SPDX-License-Identifier: Linux-man-pages-copyleft -.\" -.TH pthread_mutexattr_init 3 2023-10-31 "Linux man-pages 6.7" -.SH NAME -pthread_mutexattr_init, pthread_mutexattr_destroy \- initialize and -destroy a mutex attributes object -.SH LIBRARY -POSIX threads library -.RI ( libpthread ", " \-lpthread ) -.SH SYNOPSIS -.nf -.B #include -.P -.BI "int pthread_mutexattr_init(pthread_mutexattr_t *" attr ");" -.BI "int pthread_mutexattr_destroy(pthread_mutexattr_t *" attr ");" -.fi -.SH DESCRIPTION -The -.BR pthread_mutexattr_init () -function initializes the mutex attributes object pointed to by -.I attr -with default values for all attributes defined by the implementation. -.P -The results of initializing an already initialized mutex attributes -object are undefined. -.P -The -.BR pthread_mutexattr_destroy () -function destroys a mutex attribute object (making it uninitialized). -Once a mutex attributes object has been destroyed, it can be reinitialized with -.BR pthread_mutexattr_init (). -.P -The results of destroying an uninitialized mutex attributes -object are undefined. -.SH RETURN VALUE -On success, these functions return 0. -On error, they return a positive error number. -.SH STANDARDS -POSIX.1-2008. -.SH HISTORY -POSIX.1-2001. -.SH NOTES -Subsequent changes to a mutex attributes object do not affect mutex that -have already been initialized using that object. -.SH SEE ALSO -.ad l -.nh -.BR pthread_mutex_init (3), -.BR pthread_mutexattr_getpshared (3), -.BR pthread_mutexattr_getrobust (3), -.BR pthreads (7) -- cgit v1.2.3