summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/event.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optional Classic Event initializationSebastian Huber2016-02-031-32/+0
* score: Implement fine-grained locking for eventsSebastian Huber2015-03-051-3/+0
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* score: Create mpci implementation headerSebastian Huber2013-07-261-3/+0
* rtems: Create event implementation headerSebastian Huber2013-07-231-9/+4
* score misc: Clean up Doxygen #12 (GCI 2012)Alex Ivanov2012-12-021-10/+7
* rtems: Add system eventsSebastian Huber2012-10-301-0/+1
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-241-2/+1
* 2008-01-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-221-2/+2
* Include config.h.Ralf Corsepius2005-01-181-0/+4
* Remove stray white spaces.Ralf Corsepius2004-04-181-3/+3
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Split Event Manager into one routine per file.Joel Sherrill1999-05-171-342/+0
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-231-3/+7
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
* event.c: _Event_Manager_initialization no longer a static inlineJoel Sherrill1996-04-191-0/+20
* comment added to describe synchronization logic in timeout routineJoel Sherrill1996-02-131-0/+21
* new isr synchronization algorithm using a single enumerated set of states.Joel Sherrill1996-02-091-10/+27
* Insert mode argument to _Watchdog_Insert removed. Now are watchdog timersJoel Sherrill1995-12-011-5/+1
* Changed code for exit from synchronization state to a switch on theJoel Sherrill1995-12-011-11/+19
* Replaced critical section algorithm to correct race conditions.Joel Sherrill1995-12-011-10/+19
* SPARC port passes all testsJoel Sherrill1995-10-301-0/+202
* posix support initially addedJoel Sherrill1995-09-261-4/+4
* The word "RTEMS" almost completely removed from the core.Joel Sherrill1995-09-111-14/+21
* Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill1995-08-281-3/+3
* split out event support functions in anticipation of making a handlerJoel Sherrill1995-08-041-191/+0
* Initial revisionJoel Sherrill1995-05-111-0/+294