summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectget.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2001-11-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-11-071-1/+5
| | | | | | | | | Reported by Todor.Todorov@barco.com and tracked as PR36. * include/rtems/score/object.h: Added prototype for _Objects_Get_by_index(). * src/objectget.c, src/objectgetisr.c: Corrected procedure for getting index from Id so it is correct and optimal for both single and multiprocessor configurations.
* Use bitwise and not cast to unsigned16 to remove upper bits.Joel Sherrill2000-07-241-1/+3
|
* Directly index local table to avoid error check.Joel Sherrill2000-07-061-10/+7
|
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* Split object.c into multiple files.Joel Sherrill1999-11-021-0/+81