summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/mutex.t (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-11Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill1-745/+0
closes #2812.
2015-02-25posix: fix error return code for pthread_mutex_trylockGedare Bloom1-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.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-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-182008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+5
* posix_users/mutex.t: Add ETIMEDOUT.
2002-01-172001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-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.
1999-11-16Fixed spacing.Joel Sherrill1-27/+27
1999-11-16Changed copyright date to 1999.Joel Sherrill1-1/+1
1999-10-11Generated concept and function index entries.Joel Sherrill1-98/+194
1999-06-15Some stuff added.Joel Sherrill1-38/+131
1998-11-19Major update/merge of POSIX manual.Joel Sherrill1-0/+0
1998-09-29Added sentence to indicate sections were deliberately empty.Joel Sherrill1-0/+4
1998-08-01Removed all node and menu information since this information is nowJoel Sherrill1-92/+1
automatically generated. Removed any attempts to link across chapter boundaries since the manual is incomplete.
1998-08-01Added automatic generation of files.Joel Sherrill1-0/+0
1998-02-06Updated copyrightsJoel Sherrill1-1/+1
1997-06-04added CVS Id stringJoel Sherrill1-0/+2
1997-05-27Initial revisionJoel Sherrill1-0/+640