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 429 return thread_local_.interrupt_flags_ & PREEMPT;
433 void StackGuard::Preempt() {
435 thread_local_.interrupt_flags_ |= PREEMPT;
828 // Clear the preempt request flag.
829 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 690 milliseconds