Header files for Pthread functions

Programs that use the Pthread functions must include one or more header files that contain information that the functions need. Header files include the following:

The header files are provided in the QSYSINC library which can be installed as an option. Make sure QSYSINC is on your system before compiling programs that use these header files.


Where to Find Header Files

Name of Header File Name of File in QSYSINC Name of Member
pthread.h H PTHREAD
sched.h H SCHED

You can display a header file in QSYSINC by using one of the following methods:

You can print a header file in QSYSINC by using one of the following methods:


[ Back to top | Pthread APIs | APIs by category ]