Remove mentions of libc_r.

This commit is contained in:
Ruslan Ermilov 2006-09-30 11:22:26 +00:00
parent 975d4c58c0
commit 5bb9f2101b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162845
54 changed files with 3 additions and 58 deletions

View File

@ -39,7 +39,6 @@
.Sh LIBRARY
.Lb libpthread
.Lb libthr
.Lb libc_r
.Sh SYNOPSIS
.In pthread.h
.Sh DESCRIPTION
@ -471,8 +470,7 @@ cancellation stack.
.Sh INSTALLATION
The current
.Fx
POSIX thread implementation is built in three libraries,
.Lb libc_r ,
POSIX thread implementation is built in two libraries,
.Lb libpthread ,
and
.Lb libthr .

View File

@ -52,7 +52,6 @@
.Nm pthread_attr_getscope
.Nd thread attribute operations
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -31,7 +31,6 @@
.Nm pthread_attr_get_np
.Nd get attributes of existent thread
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -31,7 +31,6 @@
.Nm pthread_attr_setcreatesuspend_np
.Nd prepare attribute for creation of suspended thread
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -6,7 +6,6 @@
.Nm pthread_cancel
.Nd cancel execution of a thread
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -34,7 +34,6 @@
.Nm pthread_cleanup_pop
.Nd call the first cleanup routine
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -34,7 +34,6 @@
.Nm pthread_cleanup_push
.Nd add a cleanup function for thread exit
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -34,7 +34,6 @@
.Nm pthread_cond_broadcast
.Nd unblock all threads waiting for a condition variable
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -34,7 +34,6 @@
.Nm pthread_cond_destroy
.Nd destroy a condition variable
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -34,7 +34,6 @@
.Nm pthread_cond_init
.Nd create a condition variable
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -34,7 +34,6 @@
.Nm pthread_cond_signal
.Nd unblock a thread waiting for a condition variable
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -34,7 +34,6 @@
.Nm pthread_cond_timedwait
.Nd "wait on a condition variable for a specific amount of time"
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -34,7 +34,6 @@
.Nm pthread_cond_wait
.Nd wait on a condition variable
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -34,7 +34,6 @@
.Nm pthread_condattr_destroy
.Nd condition attribute operations
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -37,7 +37,6 @@
.Nm pthread_create
.Nd create a new thread
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -37,7 +37,6 @@
.Nm pthread_detach
.Nd detach a thread
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -37,7 +37,6 @@
.Nm pthread_equal
.Nd compare thread IDs
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -37,7 +37,6 @@
.Nm pthread_exit
.Nd terminate the calling thread
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -31,7 +31,6 @@
.Nm pthread_setconcurrency
.Nd get or set level of concurrency
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -37,7 +37,6 @@
.Nm pthread_getspecific
.Nd get a thread-specific data value
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -37,7 +37,6 @@
.Nm pthread_join
.Nd wait for thread termination
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -37,7 +37,6 @@
.Nm pthread_key_create
.Nd thread-specific data key creation
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -37,7 +37,6 @@
.Nm pthread_key_delete
.Nd delete a thread-specific data key
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -33,7 +33,6 @@
.Nm pthread_kill
.Nd send a signal to a specified thread
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -31,7 +31,6 @@
.Nm pthread_main_np
.Nd identify the initial thread
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -32,7 +32,6 @@
.Nm pthread_single_np
.Nd "switch between multi- and single-threaded scheduling modes"
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
@ -58,8 +57,6 @@ The semantics of this function is similar to
The
.Fn pthread_single_np
function is only available in
.Lb libc_r
and
.Lb libpthread .
This function is not implemented in
.Lb libthr .

View File

@ -34,7 +34,6 @@
.Nm pthread_mutex_destroy
.Nd free resources allocated for a mutex
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -34,7 +34,6 @@
.Nm pthread_mutex_init
.Nd create a mutex
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -34,7 +34,6 @@
.Nm pthread_mutex_lock
.Nd lock a mutex
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -34,7 +34,6 @@
.Nm pthread_mutex_trylock
.Nd attempt to lock a mutex without blocking
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -34,7 +34,6 @@
.Nm pthread_mutex_unlock
.Nd unlock a mutex
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -40,7 +40,6 @@
.Nm pthread_mutexattr_gettype
.Nd mutex attribute operations
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -32,7 +32,6 @@
.Nm pthread_mutexattr_setkind_np
.Nd mutex attribute operations (legacy)
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -37,7 +37,6 @@
.Nm pthread_once
.Nd dynamic package initialization
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -31,7 +31,6 @@
.Nm pthread_resume_all_np
.Nd resume all suspended threads
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -31,7 +31,6 @@
.Nm pthread_resume_np
.Nd resume suspended thread
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -31,7 +31,6 @@
.Nm pthread_rwlock_destroy
.Nd destroy a read/write lock
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -31,7 +31,6 @@
.Nm pthread_rwlock_init
.Nd initialize a read/write lock
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -32,7 +32,6 @@
.Nm pthread_rwlock_tryrdlock
.Nd acquire a read/write lock for reading
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -31,7 +31,6 @@
.Nm pthread_rwlock_unlock
.Nd release a read/write lock
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -32,7 +32,6 @@
.Nm pthread_rwlock_trywrlock
.Nd acquire a read/write lock for writing
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -31,7 +31,6 @@
.Nm pthread_rwlockattr_destroy
.Nd destroy a read/write lock
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -31,7 +31,6 @@
.Nm pthread_rwlockattr_getpshared
.Nd get the process shared attribute
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -31,7 +31,6 @@
.Nm pthread_rwlockattr_init
.Nd initialize a read/write lock
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -31,7 +31,6 @@
.Nm pthread_rwlockattr_setpshared
.Nd set the process shared attribute
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -34,7 +34,6 @@
.Nm pthread_getschedparam
.Nd thread scheduling parameter manipulation
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -37,7 +37,6 @@
.Nm pthread_self
.Nd get the calling thread's ID
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -31,7 +31,6 @@
.Nm pthread_set_name_np
.Nd set the thread name
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -37,7 +37,6 @@
.Nm pthread_setspecific
.Nd set a thread-specific data value
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -33,7 +33,6 @@
.Nm pthread_sigmask
.Nd examine and/or change a thread's signal mask
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS

View File

@ -31,7 +31,6 @@
.Nm pthread_suspend_all_np
.Nd suspend all active threads
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Sh SYNOPSIS
.In pthread_np.h

View File

@ -31,7 +31,6 @@
.Nm pthread_suspend_np
.Nd suspend a thread
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Sh SYNOPSIS
.In pthread_np.h

View File

@ -32,7 +32,8 @@
.Nm pthread_switch_delete_np
.Nd thread context switches debugging primitives
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS
.In pthread_np.h
.Ft int

View File

@ -8,7 +8,6 @@
.Nm pthread_testcancel
.Nd set cancelability state
.Sh LIBRARY
.Lb libc_r
.Lb libpthread
.Lb libthr
.Sh SYNOPSIS