Searched defs:Interruptor (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h439 // - register an Interruptor that can interrupt long running loops that have no calls to safePoint and
440 // are not wrapped in a SafePointScope (e.g. Interruptor for JavaScript code)
494 class PLATFORM_EXPORT Interruptor { class in class:blink::ThreadState
496 virtual ~Interruptor() { }
512 void addInterruptor(Interruptor*);
513 void removeInterruptor(Interruptor*);
534 const Vector<Interruptor*>& interruptors() const { return m_interruptors; }
698 Vector<Interruptor*> m_interruptors;

Completed in 78 milliseconds