Home | History | Annotate | Download | only in src

Lines Matching refs:ExecutionAccess

179 class ExecutionAccess;
198 void InitThread(const ExecutionAccess& lock);
201 void ClearThread(const ExecutionAccess& lock);
251 // You should hold the ExecutionAccess lock when calling this method.
252 bool has_pending_interrupts(const ExecutionAccess& lock) {
259 // You should hold the ExecutionAccess lock when calling this method.
260 bool should_postpone_interrupts(const ExecutionAccess& lock) {
264 // You should hold the ExecutionAccess lock when calling this method.
265 inline void set_interrupt_limits(const ExecutionAccess& lock);
268 // You should hold the ExecutionAccess lock when calling this method.
269 inline void reset_limits(const ExecutionAccess& lock);
286 // You should hold the ExecutionAccess lock when you call Initialize or