60c60
< // which is called by check_interrupts
---
> // which is called by checkInterrupts
67c67
< // which is called by check_interrupts
---
> // which is called by checkInterrupts
70c70
< // clear_all() is responsible
---
> // clearAll() is responsible
74c74
< // which is called by check_interrupts
---
> // which is called by checkInterrupts
76c76
< void clear_all();
---
> void clearAll();
94c94
< bool check_interrupts(ThreadContext * tc) const{
---
> bool checkInterrupts(ThreadContext *tc) const {
122c122
< // which is called by check_interrupts
---
> // which is called by checkInterrupts
131c131
< // which is called by check_interrupts
---
> // which is called by checkInterrupts
136c136
< // clear_all() is responsible
---
> // clearAll() is responsible
140c140
< // which is called by check_interrupts
---
> // which is called by checkInterrupts
142,143c142,143
< void clear_all(ThreadContext* tc);
< void clear_all();
---
> void clearAll(ThreadContext* tc);
> void clearAll();
161c161,163
< bool check_interrupts(ThreadContext * tc) const{
---
> bool
> checkInterrupts(ThreadContext *tc) const
> {