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
defined 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_destroypthread_cond_init pthread_cond_reltimed‐
wait_nppthread_cond_signal pthread_cond_timedwaitpthread_cond_wait
pthread_condattr_destroypthread_condattr_getpshared pthread_con‐
dattr_initpthread_condattr_setpshared pthread_createpthread_detach
pthread_equalpthread_exit pthread_getconcurrencypthread_getschedparam
pthread_getspecificpthread_join pthread_key_createpthread_key_delete
pthread_killpthread_mutex_consistent_np
pthread_mutex_destroypthread_mutex_getprioceiling
pthread_mutex_initpthread_mutex_lock pthread_mutex_setprioceiling‐
pthread_mutex_trylock pthread_mutex_unlockpthread_mutexattr_destroy
pthread_mutexattr_getprioceilingpthread_mutexattr_getprotocol
pthread_mutexattr_getpsharedpthread_mutexattr_getrobust_np
pthread_mutexattr_gettypepthread_mutexattr_init pthread_mutexattr_set‐
prioceilingpthread_mutexattr_setprotocol pthread_mutexattr_setp‐
sharedpthread_mutexattr_setrobust_np pthread_mutexattr_settype‐
pthread_once pthread_rwlock_destroypthread_rwlock_init
pthread_rwlock_rdlockpthread_rwlock_tryrdlock pthread_rwlock_trywr‐
lockpthread_rwlock_unlock pthread_rwlock_wrlockpthread_rwlock‐
attr_destroy 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)