Mercurial > flash_v2
comparison packages/kernel/current/include/mlqueue.hxx @ 151:25e238959bae
Merge from eCos master repository on 2001-02-12-23:44:24-GMT
| author | jlarmour |
|---|---|
| date | Tue, 13 Feb 2001 01:23:16 +0000 |
| parents | 8f2f7615e727 |
| children | 4c750ce71ae3 |
comparison
equal
deleted
inserted
replaced
| 150:f0e3fb000de8 | 151:25e238959bae |
|---|---|
| 119 Cyg_Thread *highpri(); | 119 Cyg_Thread *highpri(); |
| 120 | 120 |
| 121 // remove first thread on queue | 121 // remove first thread on queue |
| 122 Cyg_Thread *dequeue(); | 122 Cyg_Thread *dequeue(); |
| 123 | 123 |
| 124 // Remove thread from queue | |
| 125 void remove(Cyg_Thread *thread); | |
| 126 | |
| 124 }; | 127 }; |
| 125 | 128 |
| 126 // thread queue used exclusively by the scheduler, with simpler enqueueing | 129 // thread queue used exclusively by the scheduler, with simpler enqueueing |
| 127 | 130 |
| 128 class Cyg_SchedulerThreadQueue_Implementation | 131 class Cyg_SchedulerThreadQueue_Implementation |
