#
25b7f502 |
| 03-Apr-2020 |
stsp <stsp@openbsd.org> |
Clarify conditions in which pthread_mutex_destroy(3) returns EBUSY.
It happens not just if the mutex is locked by another thread, but also if any other threads refer to the mutex (e.g. by waiting fo
Clarify conditions in which pthread_mutex_destroy(3) returns EBUSY.
It happens not just if the mutex is locked by another thread, but also if any other threads refer to the mutex (e.g. by waiting for the lock).
ok guenther
show more ...
|
#
86f9d4cd |
| 05-Jun-2013 |
tedu <tedu@openbsd.org> |
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
|
#
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;
|
#
9490d37c |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
convert to new .Dd format;
|
#
82d2d131 |
| 21-Feb-2002 |
fgsch <fgsch@openbsd.org> |
Use .St for standards. Random cleanups as well.
|
#
74493c91 |
| 24-Nov-1999 |
d <d@openbsd.org> |
Add FreeBSD tags
|
#
02ecd0d2 |
| 02-Jul-1999 |
aaron <aaron@openbsd.org> |
remove redundant .Pp macros
|
#
c043c0f7 |
| 10-Mar-1999 |
d <d@openbsd.org> |
Fix .Os so that correct OS version appears
|
#
960f8fbd |
| 27-Feb-1999 |
deraadt <deraadt@openbsd.org> |
make function names the correct case
|
#
f8344ebd |
| 09-Nov-1998 |
d <d@openbsd.org> |
sync with FreeBSD (rwlock, gc thread, man pages) add (broken) mips md stuff fix some const warnings add sigaltstack() stub another hash at getting shlib auto-init to work (mips/elf and i386/a.out)
|
#
a278733d |
| 27-Aug-1998 |
d <d@openbsd.org> |
experimental threaded libc - kernel only
|