Subroutines defined in the UNIX 98 Specification

We have categorized the Pthread subroutines defined in the UNIX 98 Specification, which are supported on AIX 5L Version 5.2, into the following:

Read-write lock sub-routinesSee Table D-5 on page 480.
Additional POSIX threads sub-routinesSee Table D-6 on page 481.
Table D-5. Read-write lock sub-routines
NameDescription
pthread_rwlockattr_init()Initializes the read-write specified lock with the attributes referenced by the given read-write lock attribute object. If that object is NULL, the default read-write lock attributes are used.
pthread_rwlockattr_destroy()Destroys the specified read-write lock attribute object and releases any resources used by the lock.
pthread_rwlockattr_setpshared()Sets the ...

Get Developing and Porting C and C++ Applications on AIX now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.