Home | History | Annotate | Download | only in src

Lines Matching refs:ExecutionAccess

165 class ExecutionAccess;
184 void InitThread(const ExecutionAccess& lock);
187 void ClearThread(const ExecutionAccess& lock);
234 // You should hold the ExecutionAccess lock when calling this method.
235 bool has_pending_interrupts(const ExecutionAccess& lock) {
242 // You should hold the ExecutionAccess lock when calling this method.
243 bool should_postpone_interrupts(const ExecutionAccess& lock) {
247 // You should hold the ExecutionAccess lock when calling this method.
248 inline void set_interrupt_limits(const ExecutionAccess& lock);
251 // You should hold the ExecutionAccess lock when calling this method.
252 inline void reset_limits(const ExecutionAccess& lock);
269 // You should hold the ExecutionAccess lock when you call Initialize or