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

  /external/v8/src/
execution.h 40 PREEMPT = 1 << 3,
175 void Preempt();
debug.h 870 ASSERT(prev_ != NULL || !debug->is_interrupt_pending(PREEMPT));
    [all...]
execution.cc 308 return thread_local_.interrupt_flags_ & PREEMPT;
312 void StackGuard::Preempt() {
314 thread_local_.interrupt_flags_ |= PREEMPT;
672 // Clear the preempt request flag.
673 isolate->stack_guard()->Continue(PREEMPT);
debug.cc 909 Debug::set_interrupts_pending(PREEMPT);
    [all...]

Completed in 276 milliseconds