pthread 구현 파일

이 절에서는 pthread 구현 파일에 대해 설명합니다.

다음 AIX® 파일은 pthread의 구현을 제공합니다:

구현 설명
/usr/include/pthread.h 대부분의 pthread 정의가 있는 C/C++ 헤더
/usr/include/sched.h 일부 스케줄링 정의가 있는 C/C++ 헤더
/usr/include/unistd.h pthread_atfork() 정의가 있는 C/C++ 헤더
/usr/include/sys/limits.h 일부 pthread 정의가 있는 C/C++ 헤더
/usr/include/sys/pthdebug.h 대부분의 pthread 디버그 정의가 있는 C/C++ 헤더
/usr/include/sys/sched.h 일부 스케줄링 정의가 있는 C/C++ 헤더
/usr/include/sys/signal.h pthread_kill()pthread_sigmask() 정의가 있는 C/C++ 헤더
/usr/include/sys/types.h 일부 pthread 정의가 있는 C/C++ 헤더
/usr/lib/libpthreads.a UNIX98 및 POSIX 1003.1c pthread를 제공하는 32비트/64비트 라이브러리
/usr/lib/libpthreads_compat.a POSIX 1003.1c Draft 7 pthread를 제공하는 32비트 전용 라이브러리
/usr/lib/profiled/libpthreads.a UNIX98 및 POSIX 1003.1c pthread를 제공하는 프로파일링된 32비트/64비트 라이브러리
/usr/lib/profiled/libpthreads_compat.a POSIX 1003.1c Draft 7 pthread를 제공하는 프로파일링된 32비트 전용 라이브러리