HomeSort by relevance Sort by last modified time
    Searched refs:PREEMPT (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
debug.h 714 ASSERT(prev_ != NULL || !Debug::is_interrupt_pending(PREEMPT));
763 if (Debug::is_interrupt_pending(PREEMPT)) {
766 Debug::clear_interrupt_pending(PREEMPT);
767 StackGuard::Preempt();
execution.cc 272 return thread_local_.interrupt_flags_ & PREEMPT;
276 void StackGuard::Preempt() {
278 thread_local_.interrupt_flags_ |= PREEMPT;
583 // Clear the preempt request flag.
584 StackGuard::Continue(PREEMPT);
execution.h 40 PREEMPT = 1 << 3,
168 static void Preempt();
debug.cc 797 Debug::set_interrupts_pending(PREEMPT);
    [all...]

Completed in 75 milliseconds