comparison packages/kernel/current/include/mlqueue.hxx @ 124:0ec04793409a ecos-sw-2000-09-11

Merge from eCos master repository on 2000-09-11-03:00:13-BST
author jlarmour
date Mon, 11 Sep 2000 02:42:46 +0000
parents 6ed91473a1cd
children 0ae0bc38e387
comparison
equal deleted inserted replaced
123:9b71e8e665a3 124:0ec04793409a
141 // thread queue used exclusively by the scheduler, with simpler enqueueing 141 // thread queue used exclusively by the scheduler, with simpler enqueueing
142 142
143 class Cyg_SchedulerThreadQueue_Implementation 143 class Cyg_SchedulerThreadQueue_Implementation
144 : public Cyg_ThreadQueue_Implementation 144 : public Cyg_ThreadQueue_Implementation
145 { 145 {
146 public:
146 void enqueue(Cyg_Thread *thread); // Add thread to queue 147 void enqueue(Cyg_Thread *thread); // Add thread to queue
147 }; 148 };
148 149
149 // ------------------------------------------------------------------------- 150 // -------------------------------------------------------------------------
150 // This class contains the implementation details of the scheduler, and 151 // This class contains the implementation details of the scheduler, and