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,
168 static void Preempt();
v8threads.cc 431 // Main loop of the ContextSwitcher thread: Preempt the currently running V8
436 StackGuard::Preempt();
debug.h 714 ASSERT(prev_ != NULL || !Debug::is_interrupt_pending(PREEMPT));
763 if (Debug::is_interrupt_pending(PREEMPT)) {
766 Debug::clear_interrupt_pending(PREEMPT);
767 StackGuard::Preempt();
execution.cc 272 return thread_local_.interrupt_flags_ & PREEMPT;
276 void StackGuard::Preempt() {
278 thread_local_.interrupt_flags_ |= PREEMPT;
583 // Clear the preempt request flag.
584 StackGuard::Continue(PREEMPT);
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 137 ATTRIBUTE Ascend-Preempt-Limit 245 integer

Completed in 56 milliseconds