summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/object.inl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill1995-08-281-0/+13
| | | | | | | | | | | | | | | Rearranged code to created thread handler routines to initialize, start, restart, and "close/delete" a thread. Made internal threads their own object class. This now uses the thread support routines for starting and initializing a thread. Insured deleted tasks are freed to the Inactive pool associated with the correct Information block. Added an RTEMS API specific data area to the thread control block. Beginnings of removing the word "rtems" from the core.
* Support for variable length names added to Object Handler. This supportsJoel Sherrill1995-08-231-38/+7
| | | | | | both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.
* + Added object type field to object id.Joel Sherrill1995-08-181-5/+24
| | | | | | | | + Added name pointer to Object_Control. + Modified Object Open and Close to address name field. + Removed name as separate element from Thread and Proxy Control.
* Initial revisionJoel Sherrill1995-05-111-0/+198