summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_mutex_destroy.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify conditions in which pthread_mutex_destroy(3) returns EBUSY.stsp2020-04-031-3/+3
| | | | | | | 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
* use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3,jmc2012-02-241-3/+2
| | | | don;t list both pages in SEE ALSO;
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Use .St for standards. Random cleanups as well.fgsch2002-02-211-4/+4
|
* Add FreeBSD tagsd1999-11-241-0/+3
|
* remove redundant .Pp macrosaaron1999-07-021-1/+0
|
* Fix .Os so that correct OS version appearsd1999-03-101-1/+1
|
* make function names the correct casederaadt1999-02-271-1/+1
|
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-3/+2
| | | | | | | 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)
* experimental threaded libc - kernel onlyd1998-08-271-0/+71