summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/thread.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Do not broadcast to signal a condition varSebastian Huber2021-07-011-1/+1
| | | | Close #4463.
* thread-API: Add rtems_*mutex_try_lockChristian Mauderer2021-05-281-0/+12
| | | | | | This adds a rtems_mutex_try_lock and a rtems_recursive_mutex_try_lock. Update #4440.
* Add RTEMS thread APISebastian Huber2018-02-021-0/+289
Update #2843.