pthread implementation files
This section describes the pthread implementation files.
The following AIX® files provide the implementation of pthreads:
| Implementaion | Description |
|---|---|
| /usr/include/pthread.h | C/C++ header with most pthread definitions. |
| /usr/include/sched.h | C/C++ header with some scheduling definitions. |
| /usr/include/unistd.h | C/C++ header with pthread_atfork() definition. |
| /usr/include/sys/limits.h | C/C++ header with some pthread definitions. |
| /usr/include/sys/pthdebug.h | C/C++ header with most pthread debug definitions. |
| /usr/include/sys/sched.h | C/C++ header with some scheduling definitions. |
| /usr/include/sys/signal.h | C/C++ header with pthread_kill() and pthread_sigmask() definitions. |
| /usr/include/sys/types.h | C/C++ header with some pthread definitions. |
| /usr/lib/libpthreads.a | 32-bit/64-bit library providing UNIX98 and POSIX 1003.1c pthreads. |
| /usr/lib/libpthreads_compat.a | 32-bit only library providing POSIX 1003.1c Draft 7 pthreads. |
| /usr/lib/profiled/libpthreads.a | Profiled 32-bit/64-bit library providing UNIX98 and POSIX 1003.1c pthreads. |
| /usr/lib/profiled/libpthreads_compat.a | Profiled 32-bit only library providing POSIX 1003.1c Draft 7 pthreads. |