summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/mutexlocksupp.c (follow)
AgeCommit message (Expand)Author
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber
2020-04-16Canonicalize config.h includeSebastian Huber
2017-10-24score: Move thread queue timeout handlingSebastian Huber
2017-10-24score: Rename function threadq support functionSebastian Huber
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber
2016-09-27score: Unify CORE mutex seize/surrenderSebastian Huber
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom
2016-05-30score: Rework CORE inherit priority mutexSebastian Huber
2016-05-30score: Rework CORE priority ceiling mutexSebastian Huber
2016-05-30score: Add CORE mutex variantsSebastian Huber
2016-05-26score: Add Status_Control for all APIsSebastian Huber
2016-05-25score: Move thread queue MP callout to contextSebastian Huber
2016-05-25score: Move thread queue object supportSebastian Huber
2016-05-20Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber
2016-04-21posix: Simplify _POSIX_Mutex_Get_interrupt_disableSebastian Huber
2016-04-21score: Remove id parameter _CORE_mutex_Seize()Sebastian Huber
2016-04-06score: Delete Thread_Wait_information::idSebastian Huber
2015-07-28score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber
2015-05-19score: Fine grained locking for mutexesSebastian Huber
2015-04-24posix: Use right thread dispatch disable functionSebastian Huber
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2014-02-03posix/*.c: Remove use of register keywordJoel Sherrill
2013-07-26score: Create mpci implementation headerSebastian Huber
2013-07-22posix: Create priority implementation headerSebastian Huber
2013-07-18score: Avoid direct usage of _Thread_ExecutingSebastian Huber
2013-07-18score: Create mutex implementation headerSebastian Huber
2013-07-18posix: Create mutex implementation headerSebastian Huber
2013-06-07score: Add _Objects_Put_for_get_isr_disable()Sebastian Huber
2013-01-10cpukit/posix: Doxygen group is POSIXAPIJoel Sherrill
2012-12-19posix: Doxygen Enhancement Task #6Ayush Awasthi
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
2011-07-242011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2008-09-04Convert to "bool".Ralf Corsepius
2007-12-172007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
2007-11-302007-11-30 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey
2007-11-282007-11-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2007-10-262007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
2007-03-262007-03-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
2004-04-16Remove stray white spaces.Ralf Corsepius
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
2000-07-06Switched to using _POSIX_Mutex_Get_interrupt_disable to improve performance.Joel Sherrill
1999-11-02Split mutex.c into multiple files.Joel Sherrill