Changeset eab538c in rtems
- Timestamp:
- Nov 4, 2015, 6:39:45 AM (5 years ago)
- Branches:
- 5, master
- Children:
- aa47302
- Parents:
- 893f9ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/src/threadqops.c
r893f9ef reab538c 200 200 _Chain_Initialize_empty( &heads->Heads.Fifo ); 201 201 #else 202 _RBTree_Initialize_empty( &heads->Heads.Priority );202 _RBTree_Initialize_empty( &heads->Heads.Priority.Queue ); 203 203 #endif 204 204 }
Note: See TracChangeset
for help on using the changeset viewer.