/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/ |
desc_32.h | 25 #include <linux/preempt.h>
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/ |
spinlock.h | 15 #include <linux/preempt.h>
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
spinlock.h | 15 #include <linux/preempt.h>
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
spinlock.h | 15 #include <linux/preempt.h>
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
spinlock.h | 15 #include <linux/preempt.h>
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
spinlock.h | 15 #include <linux/preempt.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
spinlock.h | 15 #include <linux/preempt.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
spinlock.h | 15 #include <linux/preempt.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
desc_32.h | 25 #include <linux/preempt.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
spinlock.h | 15 #include <linux/preempt.h>
|
/external/kernel-headers/original/linux/ |
spinlock.h | 38 * builds. (which are NOPs on non-debug, non-preempt 49 #include <linux/preempt.h>
|
/external/chromium_org/content/common/gpu/ |
gpu_channel.cc | 69 // so that we can preempt other channels if a message takes too long to 71 // before preempting and we limit the amount of time that we can preempt in 192 // Either there's no other channel to preempt, there are no messages 196 // We are waiting kPreemptWaitTimeMs before checking if we should preempt. 198 // We can preempt whenever any IPC processing takes more than 203 // We would like to preempt, but some stub is descheduled.
|
gpu_channel.h | 222 // preempt other GpuChannels.
|
/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);
|
execution.h | 42 PREEMPT = 1 << 3, 205 void 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);
|
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();
|
/packages/apps/Settings/src/com/android/settings/ |
DeviceInfoSettings.java | 299 // (gcc version 4.6.x-xxx 20120106 (prerelease) (GCC) ) #1 SMP PREEMPT \ 307 "(?:.*?)?" + /* ignore: optional SMP, PREEMPT, and any CONFIG_FLAGS */
|
/bionic/libc/kernel/common/linux/ |
interrupt.h | 25 #include <linux/preempt.h>
|
spinlock.h | 21 #include <linux/preempt.h>
|
/external/chromium_org/content/renderer/pepper/ |
message_channel.h | 132 DRAIN_CANCELLED // Preempt drain, go back to QUEUE.
|
/external/kernel-headers/original/asm-x86/ |
desc_32.h | 9 #include <linux/preempt.h>
|
/external/chromium_org/ui/compositor/ |
layer_animator_unittest.cc | 734 // Preempt by immediately setting new target. 762 // Preempt by animating to new target, with a non-threaded animation. 817 // Preempt by animating to new target, with a threaded animation. [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
DirectoryFragment.java | 530 oldTask.preempt(); 796 oldTask.preempt(); 1008 public void preempt() { method in class:DirectoryFragment.ThumbnailAsyncTask [all...] |