summaryrefslogtreecommitdiffstats
path: root/lib/libstdthreads
Commit message (Collapse)AuthorAgeFilesLines
* MFC r312477:ngie2017-02-111-1/+1
| | | | | | Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output
* MFC r279326:kib2015-03-051-1/+1
| | | | Use pthread_mutex_trylock(3) to implement mtx_trylock(3).
* MFC r279318:kib2015-03-051-1/+2
| | | | | Check that the pointer to the thread return value is not NULL before dereferencing. NULL is allowed by C11 and must be handled.
* Pull up vendor changes to mdoc(7)uqs2012-01-051-2/+2
| | | | | | | | This switches us to using -isoC-2011 as the symbol name which is used by groff and mdocml. It follows the change to 4 digit years as done with IEEE Std 1003 post-1999. MFC after: 2 weeks (groff changes only)
* Add libstdthreads.ed2011-12-269-0/+892
This library implements the C11 threads interface on top of the pthreads library. As discussed on the lists, the preferred way to implement this, is as a separate library. It is unlikely that these functions will be used a lot in the future. It would have been easier if the C11 working group standardized (a subset of) pthreads and clock_nanosleep(). Having it as a separate library allows the embedded people to omit it from their system. Discussed on: arch@, threads@
OpenPOWER on IntegriCloud