Home | History | Annotate | Download | only in src

Lines Matching full:lock

168   void InitThread(const ExecutionAccess& lock);
171 void ClearThread(const ExecutionAccess& lock);
192 // have the global V8 lock if you are using multiple V8 threads.
215 // You should hold the ExecutionAccess lock when calling this method.
216 bool has_pending_interrupts(const ExecutionAccess& lock) {
219 ASSERT(!should_postpone_interrupts(lock));
223 // You should hold the ExecutionAccess lock when calling this method.
224 bool should_postpone_interrupts(const ExecutionAccess& lock) {
228 // You should hold the ExecutionAccess lock when calling this method.
229 inline void set_interrupt_limits(const ExecutionAccess& lock);
232 // You should hold the ExecutionAccess lock when calling this method.
233 inline void reset_limits(const ExecutionAccess& lock);
250 // You should hold the ExecutionAccess lock when you call Initialize or