HomeSort by relevance Sort by last modified time
    Searched full:preempt (Results 1 - 25 of 275) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/oprofile/m4/
configmodule.m4 67 dnl for now we do not support PREEMPT patch
68 AC_MSG_CHECKING([for preempt patch])
69 AX_KERNEL_OPTION(CONFIG_PREEMPT,preempt=1,preempt=0)
70 AX_MSG_RESULT_YN([$preempt])
71 test "$preempt" = 0 || AC_MSG_ERROR([unsupported kernel configuration : CONFIG_PREEMPT])
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
ProviderExecutor.java 51 void preempt(); method in interface:ProviderExecutor.Preemptable
58 private void preempt() { method in class:ProviderExecutor
65 p.preempt();
74 * preempt all outstanding preemptable tasks.
97 preempt(); method
  /external/kernel-headers/original/linux/
preempt.h 5 * include/linux/preempt.h - macros for accessing and manipulating
hardirq.h 4 #include <linux/preempt.h>
100 * because NMI handlers may not preempt and the ops are
smp.h 14 #include <linux/preempt.h>
115 * the warning message, as your code might not work under PREEMPT.
  /packages/apps/Settings/tests/src/com/android/settings/
DeviceInfoSettingsTest.java 46 "SMP PREEMPT Thu Jun 28 11:02:39 PDT 2012"));
52 "(gcc version 4.4.3 (GCC) ) #1 PREEMPT Tue Aug 28 22:10:46 CDT 2012"));
  /development/ndk/platforms/android-3/include/linux/
hardirq.h 15 #include <linux/preempt.h>
seqlock.h 16 #include <linux/preempt.h>
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
hardirq.h 15 #include <linux/preempt.h>
seqlock.h 16 #include <linux/preempt.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
hardirq.h 15 #include <linux/preempt.h>
seqlock.h 16 #include <linux/preempt.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
hardirq.h 15 #include <linux/preempt.h>
seqlock.h 16 #include <linux/preempt.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
hardirq.h 15 #include <linux/preempt.h>
seqlock.h 16 #include <linux/preempt.h>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
hardirq.h 15 #include <linux/preempt.h>
seqlock.h 16 #include <linux/preempt.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
hardirq.h 15 #include <linux/preempt.h>
seqlock.h 16 #include <linux/preempt.h>
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
hardirq.h 15 #include <linux/preempt.h>
seqlock.h 16 #include <linux/preempt.h>
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
hardirq.h 15 #include <linux/preempt.h>
seqlock.h 16 #include <linux/preempt.h>
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
hardirq.h 15 #include <linux/preempt.h>

Completed in 540 milliseconds

1 2 3 4 5 6 7 8 91011