eventq.cc (4167:ce5d0f62f13b) eventq.cc (4212:0d50e6c98d13)
1/*
2 * Copyright (c) 2000-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 208 unchanged lines hidden (view full) ---

217 event->dump();
218 event = event->next;
219 }
220 }
221
222 cprintf("============================================================\n");
223}
224
1/*
2 * Copyright (c) 2000-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 208 unchanged lines hidden (view full) ---

217 event->dump();
218 event = event->next;
219 }
220 }
221
222 cprintf("============================================================\n");
223}
224
225extern "C"
226void
227dumpMainQueue()
228{
229 mainEventQueue.dump();
230}
231
232
233const char *

--- 40 unchanged lines hidden ---
225void
226dumpMainQueue()
227{
228 mainEventQueue.dump();
229}
230
231
232const char *

--- 40 unchanged lines hidden ---