tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libpthread
/
man
/
at
jcs
56 files
Makefile.inc
combine pthread_mutex man pages into one. ok schwarze
8 months ago
pthread_atfork.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_attr_init.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_attr_setdetachstate.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_attr_setguardsize.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_attr_setstack.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_attr_setstackaddr.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_attr_setstacksize.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_barrier_init.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_barrier_wait.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_barrierattr_getpshared.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_barrierattr_init.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_cancel.3
Switch misuse of .Ft to the more appropriate .Vt macro, and remove useless quoting of .Ft arguments.
9 months ago
pthread_cleanup_pop.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_cleanup_push.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_cond_init.3
combine the text of the condition variable pages together. these pages all have the same author and copyright. with many suggestions and ok schwarze
9 months ago
pthread_condattr_init.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_create.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_detach.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_equal.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_exit.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_getconcurrency.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_getcpuclockid.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_getspecific.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_join.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_key_create.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_key_delete.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_kill.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_main_np.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_mutex_init.3
combine pthread_mutex man pages into one. ok schwarze
8 months ago
pthread_mutexattr.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_once.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_rwlock_init.3
avaliable -> available
9 months ago
pthread_rwlockattr_destroy.3
Clarify pthread_rwlockattr_destroy is for use with an attributes object
9 months ago
pthread_rwlockattr_getpshared.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_rwlockattr_init.3
Add more precise wording to the pthread_rwlockattr_init(3) synopsis
9 months ago
pthread_rwlockattr_setpshared.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_schedparam.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_self.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_set_name_np.3
Update get/setthrname and pthread_get/set_name_np man pages to advise of what buffer sizes to use. After discussion with Theo, _MAXCOMLEN was the best value to use for these non-portable interfaces. Also update for setthrname(2) no longer failing with EINTVAL.
4 months ago
pthread_setspecific.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_sigmask.3
The pthread_sigmask(3) function is a special case. The POSIX specification of the c99 utility explicitly requires it to be declared in <signal.h> (and not in <pthread.h>) and yet allows it to require -lpthread. While OpenBSD does not require -lpthread and provides the function in libc, which POSIX permits, specifying -lpthread can do no harm and may improve portability, so say .Lb libpthread here, too. Requested by guenther@.
10 months ago
pthread_spin_init.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_spin_lock.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_spin_unlock.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_stackseg_np.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_testcancel.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthread_yield.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
pthreads.3
combine the text of the condition variable pages together. these pages all have the same author and copyright. with many suggestions and ok schwarze
9 months ago
sched_get_priority_min.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
sem_destroy.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
sem_getvalue.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
sem_init.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
sem_open.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
sem_post.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago
sem_wait.3
.Lb libpthread ; significant help and OK from guenther@ and tedu@
10 months ago