'\" te .\" Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved. .TH libthread 3LIB "23 Aug 2011" "SunOS 5.11" "Interface Libraries" .SH NAME libthread \- threads library .SH SYNOPSIS .LP .nf cc \fB-mt\fR [ \fIflag\fR... ] \fIfile\fR... [ \fIlibrary\fR... ] .fi .SH DESCRIPTION .sp .LP Historically, functions in \fBlibthread\fR provided threading support. This functionality now resides in \fBlibc\fR(3LIB). .sp .LP This library is maintained to provide backward compatibility for both runtime and compilation environments. The shared object is implemented as a filter on \fBlibc.so.1\fR. New application development need not specify \fB-lthread\fR. .SH INTERFACES .sp .LP The shared object \fBlibthread.so.1\fR provides the public interfaces defined below. See \fBIntro\fR(3) for additional information on shared object interfaces. .sp .sp .TS tab(); lw(2.75i) lw(2.75i) lw(2.75i) lw(2.75i) . \fBcond_broadcast\fR\fBcond_destroy\fR \fBcond_init\fR\fBcond_reltimedwait\fR \fBcond_signal\fR\fBcond_timedwait\fR \fBcond_wait\fR\fBmutex_destroy\fR \fBmutex_init\fR\fBmutex_lock\fR \fBmutex_trylock\fR\fBmutex_unlock\fR \fBrw_rdlock\fR\fBrw_tryrdlock\fR \fBrw_trywrlock\fR\fBrw_unlock\fR \fBrw_wrlock\fR\fBrwlock_destroy\fR \fBrwlock_init\fR\fBsema_destroy\fR \fBsema_init\fR\fBsema_post\fR \fBsema_trywait\fR\fBsema_wait\fR \fBthr_continue\fR\fBthr_create\fR \fBthr_exit\fR\fBthr_getconcurrency\fR \fBthr_getprio\fR\fBthr_getspecific\fR \fBthr_join\fR\fBthr_keycreate\fR \fBthr_kill\fR\fBthr_main\fR \fBthr_min_stack\fR\fBthr_self\fR \fBthr_setconcurrency\fR\fBthr_setprio\fR \fBthr_setspecific\fR\fBthr_sigsetmask\fR \fBthr_stksegment\fR\fBthr_suspend\fR \fBthr_yield\fR .TE .SH FILES .sp .ne 2 .mk .na \fB\fB/lib/libthread.so.1\fR\fR .ad .RS 26n .rt a filter on \fBlibc.so.1\fR .RE .sp .ne 2 .mk .na \fB\fB/lib/64/libthread.so.1\fR\fR .ad .RS 26n .rt a filter on \fB64/libc.so.1\fR .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .sp .TS tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPEATTRIBUTE VALUE _ Availabilitysystem/library _ MT-LevelSafe .TE .SH SEE ALSO .sp .LP \fBpvs\fR(1), \fBIntro\fR(2), \fBIntro\fR(3), \fBlibc\fR(3LIB), \fBlibc_db\fR(3LIB), \fBlibpthread\fR(3LIB), \fBattributes\fR(5), \fBthreads\fR(5)