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

  /external/v8/src/
execution.h 42 PREEMPT = 1 << 3,
191 void Preempt();
execution.cc 400 return thread_local_.interrupt_flags_ & PREEMPT;
404 void StackGuard::Preempt() {
406 thread_local_.interrupt_flags_ |= PREEMPT;
788 // Clear the preempt request flag.
789 isolate->stack_guard()->Continue(PREEMPT);
debug.cc 885 Debug::set_interrupts_pending(PREEMPT);
    [all...]

Completed in 74 milliseconds