Subroutines defined in the POSIX thread standard
We have categorized the Pthread subroutines defined in the POSIX thread standard, which are supported on AIX, into the following:
Thread management sub-routines | See Table D-1. |
Execution scheduling sub-routines | See Table D-2 on page 476. |
Synchronization sub-routines | See Table D-3 on page 477. |
Thread-specific data sub-routines | See Table D-4 on page 479. |
Name | Description |
---|---|
pthread_attr_init() | Initializes a thread attributes object. |
pthread_attr_destroy() | Destroys a thread attributes object. |
pthread_attr_setdetachstate() | Sets the detachstate attribute of a thread attributes object. This attribute determines if a thread created with this thread attributes object is in a detached ... |
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.