netbsd man page for pthread_barrierattr_init

Query: pthread_barrierattr_init

OS: netbsd

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PTHREAD_BARRIERATTR(3)					   BSD Library Functions Manual 				    PTHREAD_BARRIERATTR(3)

NAME
pthread_barrierattr_init, pthread_barrierattr_destroy, -- barrier attribute operations
LIBRARY
POSIX Threads Library (libpthread, -lpthread)
SYNOPSIS
#include <pthread.h> int pthread_barrierattr_init(pthread_barrierattr_t *attr); int pthread_barrierattr_destroy(pthread_barrierattr_t *attr);
DESCRIPTION
Barrier attributes are used to specify parameters to be used with pthread_barrier_init(3). One attribute object can be used in multiple calls to pthread_barrier_init(), with or without modifications between calls. The pthread_barrierattr_init() function initializes attr with the default barrier attributes. The pthread_barrierattr_destroy() function destroys attr.
RETURN VALUES
If successful, these functions return 0. Otherwise, an error number is returned to indicate the error.
ERRORS
No error codes are defined for pthread_barrierattr_init(). The pthread_barrierattr_destroy() function may fail if: [EINVAL] The value specified by attr is invalid.
SEE ALSO
pthread_barrier_init(3)
STANDARDS
Both functions conform to IEEE Std 1003.1-2001 (``POSIX.1'').
BSD
July 9, 2010 BSD
Related Man Pages
pthread_barrierattr_destroy(3c) - opensolaris
pthread_barrierattr_init(3) - linux
pthread_barrierattr_destroy(3) - netbsd
pthread_barrierattr_init(3c) - sunos
pthread_barrierattr(3) - freebsd
Similar Topics in the Unix Linux Community
Unix File Permissions
NetBSD 6.1.2: apm and admd not found
Grandpa returning to UNIX
BSD Unix Toolbox: 1000+ Commands for FreeBSD, OpenBSD, and NetBSD
Grep command to show the number of results