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

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

Completed in 73 milliseconds