HomeSort by relevance Sort by last modified time
    Searched defs:Preempt (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
execution.cc 414 return thread_local_.interrupt_flags_ & PREEMPT;
418 void StackGuard::Preempt() {
420 thread_local_.interrupt_flags_ |= PREEMPT;
788 // Clear the preempt request flag.
789 isolate->stack_guard()->Continue(PREEMPT);
  /external/v8/src/
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);

Completed in 474 milliseconds