svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
libpthread(3lib)
libpthread(3LIB) Interface Libraries libpthread(3LIB)
NAME
libpthread - POSIX threads library
DESCRIPTION
Historically, functions in this library provided POSIX threading sup‐
port. See standards(7). This functionality now resides in libc(3LIB).
This library is maintained to provide backward compatibility for both
runtime and compilation environments. The shared object is implemented
as a filter on libc.so.1.
INTERFACES
The shared object libpthread.so.1 provides the public interfaces de‐
fined below. See intro(3) for additional information on shared object
interfaces.
tab(); lw(2.75i) lw(2.75i) __pthread_cleanup_pop__pthread_cleanup_push
pthread_attr_destroypthread_attr_getdetachstate pthread_attr_getguard‐
sizepthread_attr_getinheritsched pthread_attr_getsched‐
parampthread_attr_getschedpolicy pthread_attr_getscopepthread_attr_get‐
stackaddr pthread_attr_getstacksizepthread_attr_init pthread_attr_set‐
detachstatepthread_attr_setguardsize pthread_attr_setinher‐
itschedpthread_attr_setschedparam pthread_attr_setschedpoli‐
cypthread_attr_setscope pthread_attr_setstackaddrpthread_attr_setstack‐
size pthread_cancelpthread_cond_broadcast pthread_cond_de‐
stroypthread_cond_init pthread_cond_reltimedwait_nppthread_cond_signal
pthread_cond_timedwaitpthread_cond_wait pthread_condattr_de‐
stroypthread_condattr_getpshared pthread_condattr_initpthread_con‐
dattr_setpshared pthread_createpthread_detach pthread_equalpthread_exit
pthread_getconcurrencypthread_getschedparam pthread_getspeci‐
ficpthread_join pthread_key_createpthread_key_delete
pthread_killpthread_mutex_consistent_np pthread_mutex_de‐
stroypthread_mutex_getprioceiling pthread_mutex_initpthread_mutex_lock
pthread_mutex_setprioceilingpthread_mutex_trylock pthread_mutex_un‐
lockpthread_mutexattr_destroy pthread_mutexattr_getprioceiling‐
pthread_mutexattr_getprotocol pthread_mutexattr_getpsharedpthread_mu‐
texattr_getrobust_np pthread_mutexattr_gettypepthread_mutexattr_init
pthread_mutexattr_setprioceilingpthread_mutexattr_setprotocol
pthread_mutexattr_setpsharedpthread_mutexattr_setrobust_np pthread_mu‐
texattr_settypepthread_once pthread_rwlock_destroypthread_rwlock_init
pthread_rwlock_rdlockpthread_rwlock_tryrdlock pthread_rwlock_trywr‐
lockpthread_rwlock_unlock pthread_rwlock_wrlockpthread_rwlockattr_de‐
stroy pthread_rwlockattr_getpsharedpthread_rwlockattr_init
pthread_rwlockattr_setpsharedpthread_self pthread_setcancel‐
statepthread_setcanceltype pthread_setconcurrencypthread_setschedparam
pthread_setspecificpthread_sigmask pthread_testcancel
FILES
/lib/libpthread.so.1 a filter on /lib/libc.so.1
/lib/64/libpthread.so.1 a filter on /lib/64/libc.so.1
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/library _ MT-LevelSafe
SEE ALSO
pvs(1), Intro(2), libc(3LIB), libc_db(3LIB), libthread(3LIB), intro(3),
attributes(7), standards(7), threads(7)
Oracle Solaris 11.4 14 May 2014 libpthread(3LIB)