Home | History | Annotate | Download | only in src

Lines Matching refs:ExecutionAccess

162 class ExecutionAccess;
181 void InitThread(const ExecutionAccess& lock);
184 void ClearThread(const ExecutionAccess& lock);
232 // You should hold the ExecutionAccess lock when calling this method.
233 bool has_pending_interrupts(const ExecutionAccess& lock) {
240 // You should hold the ExecutionAccess lock when calling this method.
241 bool should_postpone_interrupts(const ExecutionAccess& lock) {
245 // You should hold the ExecutionAccess lock when calling this method.
246 inline void set_interrupt_limits(const ExecutionAccess& lock);
249 // You should hold the ExecutionAccess lock when calling this method.
250 inline void reset_limits(const ExecutionAccess& lock);
267 // You should hold the ExecutionAccess lock when you call Initialize or