Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison AnimationMaster.c @ 242:b4f684e98d0b
add cache miss counter
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Tue, 08 May 2012 18:58:41 +0200 |
| parents | b95711c6965c |
| children | f5b110414453 999f2966a3e5 |
comparison
equal
deleted
inserted
replaced
| 6:063efb5235fd | 7:0145129a40f5 |
|---|---|
| 152 numSlotsFilled = 0; | 152 numSlotsFilled = 0; |
| 153 for( slotIdx = 0; slotIdx < NUM_ANIM_SLOTS; slotIdx++) | 153 for( slotIdx = 0; slotIdx < NUM_ANIM_SLOTS; slotIdx++) |
| 154 { | 154 { |
| 155 currSlot = animSlots[ slotIdx ]; | 155 currSlot = animSlots[ slotIdx ]; |
| 156 | 156 |
| 157 //Check if newly-done slave in slot, which will need request handld | 157 //Check if newly-done slave in slot, which will need request handled |
| 158 if( currSlot->workIsDone ) | 158 if( currSlot->workIsDone ) |
| 159 { | 159 { |
| 160 currSlot->workIsDone = FALSE; | 160 currSlot->workIsDone = FALSE; |
| 161 currSlot->needsSlaveAssigned = TRUE; | 161 currSlot->needsSlaveAssigned = TRUE; |
| 162 | 162 |
