summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill1995-08-2813-139/+157
| | | | | | | | | | | | | | | 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-2310-15/+51
| | | | | | | 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-2314-87/+123
| | | | | | 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-189-2/+9
| | | | | | | | | | + 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-172-119/+269
|
* split out event support functions in anticipation of making a handlerJoel Sherrill1995-08-041-191/+0
|
* deleted unused codeJoel Sherrill1995-08-011-38/+0
|
* Switched to events for mp receive server and eliminated the specialJoel Sherrill1995-07-311-18/+49
| | | | blocking mechanism for it.
* Fully tested on all in-house targetsJoel Sherrill1995-05-242-10/+4
|
* Initial revisionJoel Sherrill1995-05-1122-0/+7087