NAME
libpthread − POSIX threads library
SYNOPSIS
cc -mt [ flag... ] file... -lpthread [ -lrt library... ]
DESCRIPTION
Functions in this library provide routines that provide POSIX threading support. See standards(5). This library is implemented as a filter on the threads library (see libthread(3LIB)).
INTERFACES
The shared object libpthread.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object interfaces.
FILES
/usr/lib/libpthread.so.1
a filter on libthread.so.1
/usr/lib/64/libpthread.so.1
a filter on the 64-bit version of libthread.so.1
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
SEE ALSO
pvs(1), intro(2), intro(3), libpthread(3LIB), libthread(3LIB), libthread_db(3LIB), libthread_db(3THR), threads(3THR), attributes(5)