Home
last modified time | relevance | path

Searched refs:SCHED_OTHER (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DSetPersistentVrThreadTest.java40 private static final int SCHED_OTHER = 0; field in SetPersistentVrThreadTest
104 assertEquals(SCHED_OTHER, policy); in testSetPersistentVrThreadAPISuccess()
120 assertEquals(SCHED_OTHER, policy); in testSetPersistentVrThreadAPISuccess()
133 assertEquals(SCHED_OTHER, policy); in testSetPersistentVrThreadAPIFailure()
149 assertEquals(SCHED_OTHER, policy); in testSetVrThreadAPIFailsInPersistentMode()
161 assertEquals(SCHED_OTHER, policy); in testSetVrThreadAPIFailsInPersistentMode()
/aosp12/bionic/tests/headers/posix/
H A Dsched_h.c54 MACRO(SCHED_OTHER); in sched_h()
/aosp12/hardware/interfaces/tests/libhwbinder/1.0/default/
H A DScheduleTest.cpp33 string s = (policy == SCHED_OTHER) in threadDump()
/aosp12/bionic/tests/
H A Dsched_test.cpp278 EXPECT_LE(sched_get_priority_min(SCHED_OTHER), sched_get_priority_max(SCHED_OTHER)); in TEST()
H A Dpthread_test.cpp2944 ASSERT_EQ(0, pthread_attr_setschedpolicy(&attr, SCHED_OTHER)); in TEST()
2952 ASSERT_EQ(SCHED_OTHER, actual_policy); in TEST()
/aosp12/bionic/libc/include/
H A Dsched.h39 #define SCHED_OTHER SCHED_NORMAL macro
/aosp12/frameworks/native/libs/renderengine/threaded/
H A DRenderEngineThreaded.cpp70 sched_policy = SCHED_OTHER; in setSchedFifo()
/aosp12/system/libhwbinder/vts/performance/
H A DLatency.cpp99 (policy == SCHED_OTHER) in threadDumpPri()
/aosp12/frameworks/native/libs/binder/tests/
H A Dschd-dbg.cpp90 string s = (policy == SCHED_OTHER) in thread_dump()
/aosp12/frameworks/base/core/java/android/os/
H A DProcess.java451 public static final int SCHED_OTHER = 0; field in Process
/aosp12/system/bt/btif/co/
H A Dbta_hh_co.cc238 if (sched_setscheduler(gettid(), SCHED_OTHER, &sched_params)) { in btif_hh_poll_event_thread()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DOomAdjuster.java45 import static android.os.Process.SCHED_OTHER;
2713 setThreadScheduler(app.getPid(), SCHED_OTHER, 0); in applyOomAdjLSP() local
2717 SCHED_OTHER, 0); in applyOomAdjLSP()
H A DActivityManagerService.java6847 Process.setThreadScheduler(tid, Process.SCHED_OTHER, 0); in scheduleAsRegularPriority()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp6018 sched_policy = SCHED_OTHER; in setSchedFifo()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt41629 Landroid/os/Process;->SCHED_OTHER:I