1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/lib/libpthread/man
2023-02-22 06:43:45 +00:00
..
flockfile.3
getc_unlocked.3
Makefile.inc Move sigwait(3) from libpthread to libc 2019-01-12 00:16:03 +00:00
pthread_atfork.3
pthread_attr_init.3
pthread_attr_setdetachstate.3
pthread_attr_setguardsize.3 man pages: add missing commas between subordinate and main clauses 2022-03-31 17:27:13 +00:00
pthread_attr_setstack.3 There are special rules regarding the memory passed to pthread_attr_setstack(). 2020-12-03 07:05:03 +00:00
pthread_attr_setstackaddr.3 add section to mmap Xr 2022-07-17 09:53:40 +00:00
pthread_attr_setstacksize.3
pthread_barrier_init.3 man pages: add missing commas between subordinate and main clauses 2022-03-31 17:27:13 +00:00
pthread_barrier_wait.3 Update my email address. 2020-04-06 00:01:08 +00:00
pthread_barrierattr_getpshared.3 Prefer "get or set" over "get/set" or "get and set". 2023-02-22 06:31:51 +00:00
pthread_barrierattr_init.3 Update my email address. 2020-04-06 00:01:08 +00:00
pthread_cancel.3
pthread_cleanup_pop.3
pthread_cleanup_push.3
pthread_cond_broadcast.3
pthread_cond_destroy.3
pthread_cond_init.3 man pages: add missing commas between subordinate and main clauses 2022-03-31 17:27:13 +00:00
pthread_cond_signal.3 Tweak description, pthread_cond_signal(3) unblocks *at least* one thread. 2019-01-29 17:38:48 +00:00
pthread_cond_timedwait.3
pthread_cond_wait.3
pthread_condattr_init.3
pthread_create.3 some Xr adjustment to catch up with MLINKS removal; 2016-03-30 06:58:06 +00:00
pthread_detach.3
pthread_equal.3
pthread_exit.3 new sentence, new line 2017-01-27 15:47:47 +00:00
pthread_getconcurrency.3
pthread_getcpuclockid.3
pthread_getspecific.3
pthread_join.3
pthread_key_create.3
pthread_key_delete.3
pthread_kill.3
pthread_main_np.3
pthread_mutex_destroy.3 Clarify conditions in which pthread_mutex_destroy(3) returns EBUSY. 2020-04-03 13:05:08 +00:00
pthread_mutex_init.3
pthread_mutex_lock.3
pthread_mutex_unlock.3
pthread_mutexattr.3
pthread_once.3
pthread_rwlock_destroy.3
pthread_rwlock_init.3
pthread_rwlock_rdlock.3 Remove IMPLEMENTATION NOTES, they only apply to one of the two in-tree 2019-02-13 23:54:10 +00:00
pthread_rwlock_unlock.3
pthread_rwlock_wrlock.3 Remove IMPLEMENTATION NOTES, they only apply to one of the two in-tree 2019-02-13 23:54:10 +00:00
pthread_rwlockattr_destroy.3
pthread_rwlockattr_getpshared.3
pthread_rwlockattr_init.3
pthread_rwlockattr_setpshared.3
pthread_schedparam.3
pthread_self.3
pthread_set_name_np.3 tweak previous; 2019-02-04 18:06:32 +00:00
pthread_setspecific.3 new sentence, new line 2017-01-27 15:47:47 +00:00
pthread_sigmask.3 It is distasteful to have manual pages which don't refer to real 2017-05-29 09:40:02 +00:00
pthread_spin_init.3 Update my email address. 2020-04-06 00:01:08 +00:00
pthread_spin_lock.3 Update my email address. 2020-04-06 00:01:08 +00:00
pthread_spin_unlock.3 Update my email address. 2020-04-06 00:01:08 +00:00
pthread_stackseg_np.3 Don't mention <sys/signal.h>: <pthread_np.h> pulls in everything that's 2023-02-22 06:43:45 +00:00
pthread_testcancel.3 Add pselect(2), recvmmsg(2), sendmmsg(2), and waitid(2) to the lists 2022-12-19 03:49:42 +00:00
pthread_yield.3
pthreads.3 remove please from manual pages 2022-02-06 00:29:02 +00:00
putc_unlocked.3
sched_get_priority_min.3
sem_destroy.3 sprinkle some Xr; from josiah frentsos 2023-02-11 21:13:56 +00:00
sem_getvalue.3
sem_init.3 sprinkle some Xr; from josiah frentsos 2023-02-11 21:13:56 +00:00
sem_open.3 sprinkle some Xr; from josiah frentsos 2023-02-11 21:13:56 +00:00
sem_post.3 sprinkle some Xr; from josiah frentsos 2023-02-11 21:13:56 +00:00
sem_wait.3 Validate timespec and return ECANCELED when interrupted with SA_RESTART. 2018-04-24 16:28:42 +00:00