summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src/msg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill1995-08-281-3/+9
| | | | | | | | | | | | | | | 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.
* Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill1995-08-231-1/+2
| | | | | | | Added a table of object information control blocks. Modified _Thread_Get so it looks up a thread regardless of which thread management "entity" (manager, internal, etc) actually "owns" it.
* Support for variable length names added to Object Handler. This supportsJoel Sherrill1995-08-231-8/+18
| | | | | | both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.
* make inline and macro implementations matchJoel Sherrill1995-08-221-9/+15
|
* + Added object type field to object id.Joel Sherrill1995-08-181-1/+2
| | | | | | | | | | + 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. + Added parameter "object class" to calls to Initialize Information
* variable length messagesJoel Sherrill1995-08-171-88/+182
|
* Initial revisionJoel Sherrill1995-05-111-0/+708