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

  /external/v8/src/
execution.h 40 PREEMPT = 1 << 3,
175 void Preempt();
v8threads.cc 434 // Main loop of the ContextSwitcher thread: Preempt the currently running V8
439 isolate()->stack_guard()->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);
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 137 ATTRIBUTE Ascend-Preempt-Limit 245 integer

Completed in 413 milliseconds