/external/toybox/toys/other/ |
taskset.c | 1 /* taskset.c - Retrieve or set the CPU affinity of a process. 25 the processor affinity of an exisitng PID. 28 is allowed to run on. PID without a mask displays existing affinity. 30 -p Set/get the affinity of given PID instead of a new command. 31 -a Set/get the affinity of all threads of the PID. 49 char *s = *toys.optargs, *failed = "failed to %s %d's affinity"; 59 printf("pid %d's %s affinity mask: ", pid, i ? "new" : "current");
|
/frameworks/base/services/core/java/com/android/server/notification/ |
ValidateNotificationPeople.java | 70 * Affinity will be equal to or greater than this value on notifications 76 * Affinity will be equal to or greater than this value on notifications 147 * @param timeoutAffinity affinity to return when the timeout specified via 152 if (DEBUG) Slog.d(TAG, "checking affinity for " + userHandle); 161 float affinity = affinityOut[0]; local 177 Slog.w(TAG, "Timeout while waiting for affinity: " + key + ". " 182 Slog.w(TAG, "InterruptedException while waiting for affinity: " + key + ". " 183 + "Returning affinity=" + affinity, e); 184 return affinity; 211 final float affinity = affinityOut[0]; local 225 float affinity = NONE; local [all...] |
/external/autotest/client/tests/kvm/tests/ |
timedrift.py | 28 Set the CPU affinity of all threads of the process with PID pid. 32 @param mask: The CPU affinity mask. 48 Restore the CPU affinity of several threads. 72 # CPU affinity mask for taskset 84 # Set the VM's CPU affinity 120 # Set the CPU affinity of the load process 144 # Restore the VM's CPU affinity
|
/packages/apps/Camera2/src/com/android/camera/ |
CaptureActivity.java | 20 // task affinity from others. This makes sure the regular camera activity is not
|
SecureCameraActivity.java | 20 // task affinity from others. This makes sure non-secure camera activity is not
|
/build/kati/ |
affinity.cc | 15 #include "affinity.h"
|
Android.bp | 18 "affinity.cc",
|
thread_pool.cc | 23 #include "affinity.h"
|
/external/chromium-trace/catapult/tracing/tracing/extras/importer/etw/ |
thread_parser.html | 74 var affinity; 108 affinity = decoder.decodeUInteger(header.is64); 129 affinity: affinity,
|
thread_parser_test.html | 102 assert.equal(fields.affinity, 3); 122 assert.strictEqual(fields.affinity, '00000000000000ff');
|
/external/libchrome/base/ |
thread_task_runner_handle.h | 19 // Prefer SequenceTaskRunnerHandle to this unless thread affinity is required.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
ContactsManager.java | 47 * Use at most this many of the highest affinity contacts. 75 * Calculates the affinity with the contact based on: 80 * Note: This affinity is limited by the fact that some apps currently do not update the 82 * contact may still have 0 affinity. 149 * These names are sorted by their affinity to the user, with favorite
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
sched.h | 109 /* Set the CPU affinity for a task */ 113 /* Get the CPU affinity for a task */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
sched.h | 117 /* Set the CPU affinity for a task */ 121 /* Get the CPU affinity for a task */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
manifest-expected-completion18.txt | 14 android:taskAffinity : Specify a task name that activities have an "affinity" to. [string] 15 android:allowTaskReparenting : Specify that an activity can be moved out of a task it is in to the task it has an affinity for when appropriate. [boolean]
|
/device/moto/shamu/sepolicy/ |
mpdecision.te | 17 #Allow mpdecision set cpu affinity
|
/external/skia/src/utils/ |
SkThreadUtils_win.cpp | 57 CREATE_SUSPENDED, // we used to set processor affinity, which needed this
|
/frameworks/base/services/core/java/com/android/server/am/ |
TaskRecord.java | 109 private static final String ATTR_AFFINITY = "affinity"; 142 String affinity; // The affinity name for this task, or null; may change identity. field in class:TaskRecord 143 String rootAffinity; // Initial base affinity, or null; does not change from initial root. 147 Intent affinityIntent; // Intent of affinity-moved activity that started this task. 344 affinity = _affinity; 406 affinity = info.taskAffinity; 409 // affinity -- we don't want it changing after initially set, but the initially 411 rootAffinity = affinity; 1222 String affinity = null; local [all...] |
/external/kernel-headers/original/uapi/linux/ |
psci.h | 71 /* PSCI v0.2 affinity level state returned by AFFINITY_INFO */
|
/system/connectivity/shill/ |
default_profile.h | 57 // services, since these should have an affinity for the default profile.
|
/external/libchrome/base/trace_event/ |
memory_dump_manager.h | 89 // task-runner affinity. 162 // Define a total order based on the thread (i.e. |task_runner|) affinity, 186 // The task_runner affinity. Can be nullptr, in which case the dump provider 284 // affinity (MDPs belonging to the same thread are adjacent). 306 // Thread used for MemoryDumpProviders which don't specify a thread affinity.
|
memory_dump_manager.cc | 255 // - The MDP has specified a thread affinity (via task_runner()) AND 258 // - The MDP has NOT specified a thread affinity and its ownership is 340 // affinity specified by the MemoryDumpProvider(s) in RegisterDumpProvider()). 385 // If the dump provider did not specify a thread affinity, dump on 407 // - The MDP has a task runner affinity and we are on the right thread. 408 // - The MDP has a task runner affinity but the underlying thread is gone, 410 // - The MDP does NOT have a task runner affinity. A locked access is required
|
/frameworks/base/docs/html/guide/topics/manifest/ |
activity-element.jd | 86 the task it has an affinity for when that task is next brought to the 101 has an affinity for when its current task is no longer displayed. 116 The affinity of an activity is defined by the 117 <code><a href="#aff">taskAffinity</a></code> attribute. The affinity 118 of a task is determined by reading the affinity of its root activity. 120 same affinity. Since activities with "{@code singleTask}" or 211 the task they share an affinity with; the remaining activities are then dropped, 423 are both "{@code true}", this attribute trumps the other. The affinity of the [all...] |
/developers/build/prebuilts/gradle/MultiWindowPlayground/Application/src/main/ |
AndroidManifest.xml | 27 Note that we are setting the task affinity to "" to ensure each activity is launched
|
/developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/ |
AndroidManifest.xml | 27 Note that we are setting the task affinity to "" to ensure each activity is launched
|