#
a4e61cf2 |
| 06-Feb-2022 |
jsg <jsg@openbsd.org> |
remove please from manual pages ok jmc@ sthen@ millert@
|
#
cbc203c2 |
| 04-Feb-2019 |
jmc <jmc@openbsd.org> |
tweak previous;
|
#
29511769 |
| 04-Feb-2019 |
tedu <tedu@openbsd.org> |
add a pthread_get_name_np to match pthread_set_name_np. could be useful in ports. initial diff by David Carlier some time ago. ok jca
|
#
7d353dc4 |
| 16-Jul-2013 |
schwarze <schwarze@openbsd.org> |
use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
|
#
f74fc437 |
| 24-Jun-2013 |
jmc <jmc@openbsd.org> |
space needed before punctuation;
|
#
7b36c281 |
| 17-Jun-2013 |
guenther <guenther@openbsd.org> |
Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, including CLOCK_{PROCESS,THREAD}_CPUTIME_ID constants and {clock,pthread}_getcpuclockid() functions.
Worked out at t2k13 with he
Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, including CLOCK_{PROCESS,THREAD}_CPUTIME_ID constants and {clock,pthread}_getcpuclockid() functions.
Worked out at t2k13 with help from tedu@ and matthew@ and testing by aja@ ok matthew@
show more ...
|
#
05e5ba92 |
| 02-Sep-2012 |
jmc <jmc@openbsd.org> |
tweaks; ok guenther
|
#
987635af |
| 01-Sep-2012 |
guenther <guenther@openbsd.org> |
Strip out stuff specific to the old uthreads and add similar bits for rthreads, including the beginning of a HISTORY section Tweak name (and therefore order) of the Barrier Routines and Spinlock Rout
Strip out stuff specific to the old uthreads and add similar bits for rthreads, including the beginning of a HISTORY section Tweak name (and therefore order) of the Barrier Routines and Spinlock Routines sections Update the list of functions that aren't thread-safe Be consistent with other manpages by spelling 'thread-safe' with a hyphen
show more ...
|
#
5037ac14 |
| 03-May-2012 |
pirofti <pirofti@openbsd.org> |
Add pthread spinlock support.
Implementation, documentation and naive regression tests for: - pthread_spin_init() - pthread_spin_destroy() - pthread_spin_lock() - pthread_spin_trylock() - pthread_sp
Add pthread spinlock support.
Implementation, documentation and naive regression tests for: - pthread_spin_init() - pthread_spin_destroy() - pthread_spin_lock() - pthread_spin_trylock() - pthread_spin_unlock()
Implementation okay guenther@, documentation okay jmc@.
show more ...
|
#
d142efca |
| 11-Apr-2012 |
jmc <jmc@openbsd.org> |
fix SEE ALSO;
|
#
c2a1fc4f |
| 11-Apr-2012 |
pirofti <pirofti@openbsd.org> |
Mention and link the pthread barrier functions. Okay jmc@.
|
#
7b91f5c7 |
| 22-Mar-2012 |
kurt <kurt@openbsd.org> |
Remove man pages for removed non-portable functions. okay jmc@
|
#
dbfb2ed6 |
| 25-Feb-2012 |
guenther <guenther@openbsd.org> |
Apply a bit more consistency in the ordering of functions in each group of functions. No objection from jmc@
|
#
cca1ffde |
| 24-Feb-2012 |
guenther <guenther@openbsd.org> |
Add pthread_condattr_{get,set}clock(), pthread_mutex_timedlock(), and pthread_rwlock_{timed,try}{rd,wr}lock(). Requested by jmc@
|
#
3ae4633b |
| 24-Feb-2012 |
jmc <jmc@openbsd.org> |
now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3, don;t list both pages in SEE ALSO;
|
#
91063d07 |
| 18-Dec-2008 |
guenther <guenther@openbsd.org> |
Add pthread_attr_[sg]etguardsize() to match rthread, including manpages Bump lib minor
ok otto@ kurt@ marc@; doc review by jmc@
|
#
11ddadc0 |
| 05-Jul-2008 |
guenther <guenther@openbsd.org> |
Add manpage for pthread_attr_[sg]etstack(3) Correct misnaming in STANDARDS section ok brad@ otto@
|
#
9490d37c |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
convert to new .Dd format;
|
#
cd51d9a1 |
| 30-Oct-2005 |
brad <brad@openbsd.org> |
shuffle some of the function names around into new section names.
|
#
48c333a3 |
| 30-Oct-2005 |
brad <brad@openbsd.org> |
Add pthread_atfork(3)
From FreeBSD
'looks ok' fgsch@ miod@ man page reviewed by jmc@
|
#
a51f3711 |
| 01-May-2004 |
marc <marc@openbsd.org> |
pthead_supsend_all_np and pthread_resume_all_np from freebsd via Kurt Miller <truk at optonline.net>. Kurt says: They're needed for the java hotspot compiler in the 1.3+ jdk OK brad@
|
#
53ae0483 |
| 15-Jan-2004 |
marc <marc@openbsd.org> |
man pages for thread_yield and pthread_stackseg_np jmc asked for them, now he can make them look pretty
|
#
d5fa4c92 |
| 15-Jan-2004 |
jmc <jmc@openbsd.org> |
group and list thread functions; also add missing pages to SEE ALSO;
prodded by tedu@, based on freebsd's page, and helped by marc@; ok marc@ tedu@
|
#
b18b6601 |
| 02-Jan-2004 |
jmc <jmc@openbsd.org> |
add a section on thread safety, which is a start at documenting which functions are not thread safe;
started by a request from Marc Balmer to document that malloc(3) *was* thread safe, and expanded
add a section on thread safety, which is a start at documenting which functions are not thread safe;
started by a request from Marc Balmer to document that malloc(3) *was* thread safe, and expanded by marc@ to list functions that are not;
also add some spacing to make the page more readable, and adjust the -width of a list;
ok marc@
show more ...
|
#
38fb14ea |
| 23-Dec-2003 |
brad <brad@openbsd.org> |
change the variable name used for status checking, LIBC_R_DEBUG -> LIBPTHREAD_DEBUG
ok marc@
|