summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/mutex.t (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill2017-01-111-745/+0
| | | | closes #2812.
* posix: fix error return code for pthread_mutex_trylockGedare Bloom2015-02-251-2/+2
| | | | | | | | | pthread_mutex_trylock() should return EBUSY if the mutex is already locked. The translations of CORE_MUTEX_STATUS_NESTING_NOT_ALLOWED is EDEADLK which is correct for pthread_mutex_lock(). This fixes the translation for trylock. Closes #2170.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-3/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-07-181-1/+5
| | | | * posix_users/mutex.t: Add ETIMEDOUT.
* 2001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-171-1/+1
| | | | | | | * SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
* Fixed spacing.Joel Sherrill1999-11-161-27/+27
|
* Changed copyright date to 1999.Joel Sherrill1999-11-161-1/+1
|
* Generated concept and function index entries.Joel Sherrill1999-10-111-98/+194
|
* Some stuff added.Joel Sherrill1999-06-151-38/+131
|
* Major update/merge of POSIX manual.Joel Sherrill1998-11-191-0/+555