svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
libthread(3lib)
libthread(3LIB) Interface Libraries libthread(3LIB)
NAME
libthread - threads library
DESCRIPTION
Historically, functions in libthread provided threading support. 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. New application development need not specify
-lthread.
INTERFACES
The shared object libthread.so.1 provides the public interfaces defined
below. See intro(3) for additional information on shared object inter‐
faces.
tab(); lw(2.75i) lw(2.75i) cond_broadcastcond_destroy cond_init‐
cond_reltimedwait cond_signalcond_timedwait cond_waitmutex_destroy
mutex_initmutex_lock mutex_trylockmutex_unlock rw_rdlockrw_tryrdlock
rw_trywrlockrw_unlock rw_wrlockrwlock_destroy rwlock_initsema_destroy
sema_initsema_post sema_trywaitsema_wait thr_continuethr_create
thr_exitthr_getconcurrency thr_getpriothr_getspecific thr_jointhr_key‐
create thr_killthr_main thr_min_stackthr_self thr_setconcurren‐
cythr_setprio thr_setspecificthr_sigsetmask thr_stksegmentthr_suspend
thr_yield
FILES
/lib/libthread.so.1 a filter on libc.so.1
/lib/64/libthread.so.1 a filter on 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), libpthread(3LIB),
intro(3), attributes(7), threads(7)
Oracle Solaris 11.4 14 May 2014 libthread(3LIB)