Changeset ef006c1 in rtems
- Timestamp:
- 05/22/96 22:34:18 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2328475
- Parents:
- f4719d5a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/headers/object.h
rf4719d5a ref006c1 101 101 #define OBJECTS_CLASSES_FIRST OBJECTS_NO_CLASS 102 102 #define OBJECTS_CLASSES_LAST OBJECTS_POSIX_CONDITION_VARIABLES 103 #define OBJECTS_CLASSES_FIRST_THREAD_CLASS OBJECTS_ MPCI_PACKETS103 #define OBJECTS_CLASSES_FIRST_THREAD_CLASS OBJECTS_INTERNAL_THREADS 104 104 #define OBJECTS_CLASSES_LAST_THREAD_CLASS OBJECTS_POSIX_THREADS 105 105 -
c/src/exec/score/include/rtems/score/object.h
rf4719d5a ref006c1 101 101 #define OBJECTS_CLASSES_FIRST OBJECTS_NO_CLASS 102 102 #define OBJECTS_CLASSES_LAST OBJECTS_POSIX_CONDITION_VARIABLES 103 #define OBJECTS_CLASSES_FIRST_THREAD_CLASS OBJECTS_ MPCI_PACKETS103 #define OBJECTS_CLASSES_FIRST_THREAD_CLASS OBJECTS_INTERNAL_THREADS 104 104 #define OBJECTS_CLASSES_LAST_THREAD_CLASS OBJECTS_POSIX_THREADS 105 105 -
cpukit/score/include/rtems/score/object.h
rf4719d5a ref006c1 101 101 #define OBJECTS_CLASSES_FIRST OBJECTS_NO_CLASS 102 102 #define OBJECTS_CLASSES_LAST OBJECTS_POSIX_CONDITION_VARIABLES 103 #define OBJECTS_CLASSES_FIRST_THREAD_CLASS OBJECTS_ MPCI_PACKETS103 #define OBJECTS_CLASSES_FIRST_THREAD_CLASS OBJECTS_INTERNAL_THREADS 104 104 #define OBJECTS_CLASSES_LAST_THREAD_CLASS OBJECTS_POSIX_THREADS 105 105
Note: See TracChangeset
for help on using the changeset viewer.