Lines Matching defs:lock
46 void InitThread(const ExecutionAccess& lock);
81 // have the global V8 lock if you are using multiple V8 threads.
112 // You should hold the ExecutionAccess lock when calling this method.
113 bool has_pending_interrupts(const ExecutionAccess& lock) {
117 // You should hold the ExecutionAccess lock when calling this method.
118 inline void set_interrupt_limits(const ExecutionAccess& lock);
121 // You should hold the ExecutionAccess lock when calling this method.
122 inline void reset_limits(const ExecutionAccess& lock);
143 void Initialize(Isolate* isolate, const ExecutionAccess& lock);
160 // jslimit_ and climit_ can be read without any lock.
161 // Writing requires the ExecutionAccess lock.