Home
last modified time | relevance | path

Searched refs:SetThreadPriority (Results 1 – 25 of 46) sorted by relevance

12

/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dpriority.rs13 use winapi::um::processthreadsapi::SetThreadPriority;
46 unsafe { SetThreadPriority(GetCurrentThread(), thread_priority) }; in set_thread_priority()
/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_win_unittest.cc54 EXPECT_TRUE(::SetThreadPriority(thread_handle, THREAD_MODE_BACKGROUND_BEGIN)); in TEST()
88 EXPECT_TRUE(::SetThreadPriority(thread_handle, THREAD_MODE_BACKGROUND_END)); in TEST()
H A Dplatform_thread_win.cc396 ::SetThreadPriority(thread_handle, THREAD_MODE_BACKGROUND_END); in SetCurrentThreadPriority()
435 ::SetThreadPriority(thread_handle, desired_priority); in SetCurrentThreadPriority()
458 ::SetThreadPriority(thread_handle, THREAD_PRIORITY_LOWEST); in SetCurrentThreadPriority()
/aosp_15_r20/external/perfetto/src/base/
H A Dtime.cc62 ::SetThreadPriority(::GetCurrentThread(), THREAD_PRIORITY_HIGHEST); in TSCTicksPerSecond()
78 ::SetThreadPriority(::GetCurrentThread(), previous_priority); in TSCTicksPerSecond()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/time/
H A Dtime_win.cc517 ::SetThreadPriority(::GetCurrentThread(), THREAD_PRIORITY_HIGHEST); in TSCTicksPerSecond()
531 ::SetThreadPriority(::GetCurrentThread(), previous_priority); in TSCTicksPerSecond()
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/
H A Dutility.h23 bool SetThreadPriority(int priority);
H A Dutility.cpp35 bool SetThreadPriority([[maybe_unused]] int priority) { in SetThreadPriority() function
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/utils/
DIImsMediaThread.h56 static void SetThreadPriority(pid_t pid, pid_t tid, int priority);
/aosp_15_r20/external/cronet/base/time/
H A Dtime_win.cc783 ::SetThreadPriority(::GetCurrentThread(), THREAD_PRIORITY_HIGHEST); in TSCTicksPerSecond()
797 ::SetThreadPriority(::GetCurrentThread(), previous_priority); in TSCTicksPerSecond()
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/utils/
DIImsMediaThread.cpp69 void IImsMediaThread::SetThreadPriority(pid_t pid, pid_t tid, int priority) in SetThreadPriority() function in IImsMediaThread
DImsMediaSocket.cpp546 IImsMediaThread::SetThreadPriority(getpid(), gettid(), THREAD_PRIORITY_REALTIME); in SocketMonitorThread()
/aosp_15_r20/external/lzma/CPP/Windows/
H A DThread.h38 bool SetPriority(int priority) { return BOOLToBool(::SetThreadPriority(thread, priority)); } in SetPriority()
/aosp_15_r20/external/libvpx/vpx_util/
H A Dvpx_pthread.h78 SetThreadPriority(*thread, THREAD_PRIORITY_ABOVE_NORMAL); in pthread_create()
/aosp_15_r20/external/libaom/aom_util/
H A Daom_pthread.h106 SetThreadPriority(*thread, THREAD_PRIORITY_ABOVE_NORMAL); in pthread_create()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/threading/
Dplatform_thread.h233 static void SetThreadPriority(PlatformThreadId thread_id,
/aosp_15_r20/external/angle/util/windows/win32/
H A Dtest_utils_win32.cpp134 if (::SetThreadPriority(::GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL) == FALSE) in StabilizeCPUForBenchmarking()
/aosp_15_r20/external/libchrome/base/threading/
H A Dplatform_thread.h230 static void SetThreadPriority(PlatformThreadId thread_id,
H A Dplatform_thread_linux.cc153 void PlatformThread::SetThreadPriority(PlatformThreadId thread_id, in SetThreadPriority() function in base::PlatformThread
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/7/external/libchrome/base/threading/
Dplatform_thread.h233 static void SetThreadPriority(PlatformThreadId thread_id,
/aosp_15_r20/external/deqp/framework/delibs/dethread/win32/
H A DdeThreadWin32.c96 SetThreadPriority(thread, mapPriority(attributes->priority)); in deThread_create()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dplatform_thread.cc42 return SetThreadPriority(GetCurrentThread(), in SetPriority()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
H A DThreading.inc118 return SetThreadPriority(GetCurrentThread(),
/aosp_15_r20/external/webp/src/utils/
H A Dthread_utils.c94 SetThreadPriority(*thread, THREAD_PRIORITY_ABOVE_NORMAL); in pthread_create()
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/nodes/
DIAudioPlayerNode.cpp328 SetThreadPriority(getpid(), gettid(), THREAD_PRIORITY_REALTIME); in run()
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dmerge_worker.cpp606 if (!SetThreadPriority(merge_thread_priority)) { in Run()

12