]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
I've put together man pages for the pthread_cleanup, pthread_cond, and
authorPoul-Henning Kamp <phk@FreeBSD.org>
Fri, 31 Jul 1998 09:09:19 +0000 (09:09 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Fri, 31 Jul 1998 09:09:19 +0000 (09:09 +0000)
commit1fbdc08dfe31ed5114e24f014a12eb08e371a3a6
tree49f11b2fc0948f1fef389370edb302eb069d9423
parent948cb33b787b76bf75b20d02e94efd02509ae146
I've put together man pages for the pthread_cleanup, pthread_cond, and
pthread_mutex routines. I've also tweaked pthread_create.3 to point to
pthread_cleanup_push(3) and pthread_cleanup_pop(3).

PR: 7450
Submitted by: Brian Cully <shmit@kublai.com>
44 files changed:
lib/libc_r/man/Makefile.inc
lib/libc_r/man/pthread_cleanup_pop.3 [new file with mode: 0644]
lib/libc_r/man/pthread_cleanup_push.3 [new file with mode: 0644]
lib/libc_r/man/pthread_cond_broadcast.3 [new file with mode: 0644]
lib/libc_r/man/pthread_cond_destroy.3 [new file with mode: 0644]
lib/libc_r/man/pthread_cond_init.3 [new file with mode: 0644]
lib/libc_r/man/pthread_cond_signal.3 [new file with mode: 0644]
lib/libc_r/man/pthread_cond_timedwait.3 [new file with mode: 0644]
lib/libc_r/man/pthread_cond_wait.3 [new file with mode: 0644]
lib/libc_r/man/pthread_create.3
lib/libc_r/man/pthread_mutex_destroy.3 [new file with mode: 0644]
lib/libc_r/man/pthread_mutex_init.3 [new file with mode: 0644]
lib/libc_r/man/pthread_mutex_lock.3 [new file with mode: 0644]
lib/libc_r/man/pthread_mutex_trylock.3 [new file with mode: 0644]
lib/libc_r/man/pthread_mutex_unlock.3 [new file with mode: 0644]
lib/libpthread/man/Makefile.inc
lib/libpthread/man/pthread_cleanup_pop.3 [new file with mode: 0644]
lib/libpthread/man/pthread_cleanup_push.3 [new file with mode: 0644]
lib/libpthread/man/pthread_cond_broadcast.3 [new file with mode: 0644]
lib/libpthread/man/pthread_cond_destroy.3 [new file with mode: 0644]
lib/libpthread/man/pthread_cond_init.3 [new file with mode: 0644]
lib/libpthread/man/pthread_cond_signal.3 [new file with mode: 0644]
lib/libpthread/man/pthread_cond_timedwait.3 [new file with mode: 0644]
lib/libpthread/man/pthread_cond_wait.3 [new file with mode: 0644]
lib/libpthread/man/pthread_create.3
lib/libpthread/man/pthread_mutex_destroy.3 [new file with mode: 0644]
lib/libpthread/man/pthread_mutex_init.3 [new file with mode: 0644]
lib/libpthread/man/pthread_mutex_lock.3 [new file with mode: 0644]
lib/libpthread/man/pthread_mutex_trylock.3 [new file with mode: 0644]
lib/libpthread/man/pthread_mutex_unlock.3 [new file with mode: 0644]
share/man/man3/pthread_cleanup_pop.3 [new file with mode: 0644]
share/man/man3/pthread_cleanup_push.3 [new file with mode: 0644]
share/man/man3/pthread_cond_broadcast.3 [new file with mode: 0644]
share/man/man3/pthread_cond_destroy.3 [new file with mode: 0644]
share/man/man3/pthread_cond_init.3 [new file with mode: 0644]
share/man/man3/pthread_cond_signal.3 [new file with mode: 0644]
share/man/man3/pthread_cond_timedwait.3 [new file with mode: 0644]
share/man/man3/pthread_cond_wait.3 [new file with mode: 0644]
share/man/man3/pthread_create.3
share/man/man3/pthread_mutex_destroy.3 [new file with mode: 0644]
share/man/man3/pthread_mutex_init.3 [new file with mode: 0644]
share/man/man3/pthread_mutex_lock.3 [new file with mode: 0644]
share/man/man3/pthread_mutex_trylock.3 [new file with mode: 0644]
share/man/man3/pthread_mutex_unlock.3 [new file with mode: 0644]