quiesce_event.hh (2689:dbf969c18a65) quiesce_event.hh (5336:c7e21f4e5a2e)
1/*
2 * Copyright (c) 2006 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;

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

42 ThreadContext *tc;
43
44 EndQuiesceEvent(ThreadContext *_tc);
45
46 /** Event process to occur at interrupt*/
47 virtual void process();
48
49 /** Event description */
1/*
2 * Copyright (c) 2006 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;

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

42 ThreadContext *tc;
43
44 EndQuiesceEvent(ThreadContext *_tc);
45
46 /** Event process to occur at interrupt*/
47 virtual void process();
48
49 /** Event description */
50 virtual const char *description();
50 virtual const char *description() const;
51};
52
53#endif // __CPU_QUIESCE_EVENT_HH__
51};
52
53#endif // __CPU_QUIESCE_EVENT_HH__