From 7f3caba522f4d24764f29d83aa2de9198bb7f01c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 24 May 2024 06:52:22 +0200 Subject: Adding upstream version 6.8. Signed-off-by: Daniel Baumann --- man3/pthread_condattr_init.3 | 48 -------------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 man3/pthread_condattr_init.3 (limited to 'man3/pthread_condattr_init.3') diff --git a/man3/pthread_condattr_init.3 b/man3/pthread_condattr_init.3 deleted file mode 100644 index bed354c..0000000 --- a/man3/pthread_condattr_init.3 +++ /dev/null @@ -1,48 +0,0 @@ -.\" Copyright, Xavier Leroy -.\" Copyright 2023, Alejandro Colomar -.\" -.\" SPDX-License-Identifier: Linux-man-pages-copyleft -.\" -.TH pthread_condattr_init 3 2023-10-31 "Linux man-pages 6.7" -. -. -.SH NAME -pthread_condattr_init, -pthread_condattr_destroy -\- -condition creation attributes -. -. -.SH SYNOPSIS -.B #include -.P -.BI "int pthread_condattr_init(pthread_condattr_t *" attr ");" -.BI "int pthread_condattr_destroy(pthread_condattr_t *" attr ");" -. -. -.SH DESCRIPTION -Condition attributes can be specified at condition creation time, -by passing a condition attribute object -as second argument to \fBpthread_cond_init\fP(3). -Passing \fBNULL\fP is equivalent to -passing a condition attribute object -with all attributes set to their default values. -.P -The LinuxThreads implementation supports no attributes for conditions. -The functions on condition attributes are -included only for compliance with the POSIX standard. -.P -\fBpthread_condattr_init\fP -initializes the condition attribute object \fIattr\fP -and fills it with default values for the attributes. -\fBpthread_condattr_destroy\fP destroys a condition attribute object, -which must not be reused until it is reinitialized. -Both functions do nothing in the LinuxThreads implementation. -. -. -.SH "RETURN VALUE" -\fBpthread_condattr_init\fP and \fBpthread_condattr_destroy\fP always return 0. -. -. -.SH "SEE ALSO" -\fBpthread_cond_init\fP(3). -- cgit v1.2.3