/aosp_15_r20/external/cronet/base/threading/ |
H A D | platform_thread_win_unittest.cc | 36 EXPECT_EQ(::GetThreadPriority(thread_handle), THREAD_PRIORITY_NORMAL); in TEST() 50 EXPECT_EQ(::GetThreadPriority(thread_handle), THREAD_PRIORITY_NORMAL); in TEST() 62 ::GetThreadPriority(thread_handle); in TEST() 72 EXPECT_EQ(::GetThreadPriority(thread_handle), in TEST() 81 EXPECT_EQ(::GetThreadPriority(thread_handle), in TEST() 91 EXPECT_EQ(::GetThreadPriority(thread_handle), THREAD_PRIORITY_NORMAL); in TEST()
|
H A D | platform_thread_win.cc | 153 if (::GetThreadPriority(::GetCurrentThread()) < THREAD_PRIORITY_NORMAL) in ThreadFunc() 539 ::GetThreadPriority(PlatformThread::CurrentHandle().platform_handle()); in GetCurrentThreadPriorityForTest()
|
/aosp_15_r20/external/crosvm/base/src/sys/windows/ |
H A D | priority.rs | 77 use winapi::um::processthreadsapi::GetThreadPriority; 91 let thread_priority = GetThreadPriority(GetCurrentThread()); in test_mm_handle_is_dropped() 95 let thread_priority = GetThreadPriority(GetCurrentThread()); in test_mm_handle_is_dropped() 98 let thread_priority = GetThreadPriority(GetCurrentThread()); in test_mm_handle_is_dropped()
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | Thread.h | 37 int GetPriority() { return ::GetThreadPriority(thread); } in GetPriority()
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | time.cc | 61 const int previous_priority = ::GetThreadPriority(::GetCurrentThread()); in TSCTicksPerSecond()
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/time/ |
H A D | time_win.cc | 516 const int previous_priority = ::GetThreadPriority(::GetCurrentThread()); in TSCTicksPerSecond()
|
/aosp_15_r20/external/webrtc/modules/audio_device/win/ |
H A D | core_audio_utility_win.h | 96 const int priority = GetThreadPriority(GetCurrentThread()); in ScopedMMCSSRegistration()
|
/aosp_15_r20/bionic/tests/ |
H A D | pthread_test.cpp | 2314 static int GetThreadPriority(pid_t tid) { in GetThreadPriority() function 2352 ASSERT_EQ(21, GetThreadPriority(gettid())); in thread_fn() 2362 ASSERT_EQ(20, GetThreadPriority(gettid())); in thread_fn() 2364 ASSERT_EQ(21, GetThreadPriority(gettid())); in thread_fn() 2378 ASSERT_EQ(20, GetThreadPriority(main_tid)); in test()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | processthreadsapi.h | 178 WINBASEAPI int WINAPI GetThreadPriority (HANDLE hThread);
|
/aosp_15_r20/external/cronet/base/time/ |
H A D | time_win.cc | 782 const int previous_priority = ::GetThreadPriority(::GetCurrentThread()); in TSCTicksPerSecond()
|
/aosp_15_r20/external/googletest/googletest/src/ |
H A D | gtest-port.cc | 621 ::GetThreadPriority(::GetCurrentThread())); in StartWatcherThreadFor()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest-port.cc | 657 ::GetThreadPriority(::GetCurrentThread())); in StartWatcherThreadFor()
|
/aosp_15_r20/external/libvpx/third_party/googletest/src/src/ |
H A D | gtest-port.cc | 608 ::GetThreadPriority(::GetCurrentThread())); in StartWatcherThreadFor()
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/src/ |
H A D | gtest-port.cc | 621 ::GetThreadPriority(::GetCurrentThread())); in StartWatcherThreadFor()
|
/aosp_15_r20/external/mesa3d/src/gtest/src/ |
H A D | gtest-port.cc | 608 ::GetThreadPriority(::GetCurrentThread())); in StartWatcherThreadFor()
|
/aosp_15_r20/external/intel-media-driver/media_driver/linux/ult/ult_app/googletest/src/ |
H A D | gtest-port.cc | 608 ::GetThreadPriority(::GetCurrentThread())); in StartWatcherThreadFor()
|
/aosp_15_r20/external/libaom/third_party/googletest/src/googletest/src/ |
H A D | gtest-port.cc | 608 ::GetThreadPriority(::GetCurrentThread())); in StartWatcherThreadFor()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/src/ |
H A D | gtest-port.cc | 614 ::GetThreadPriority(::GetCurrentThread())); in StartWatcherThreadFor()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest-port.cc | 657 ::GetThreadPriority(::GetCurrentThread())); in StartWatcherThreadFor()
|
/aosp_15_r20/external/fmtlib/test/gtest/ |
H A D | gmock-gtest-all.cc | 10985 ::GetThreadPriority(::GetCurrentThread())); in StartWatcherThreadFor()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.11.0/ |
D | gmock-gtest-all.cc | 10985 ::GetThreadPriority(::GetCurrentThread())); in StartWatcherThreadFor()
|
/aosp_15_r20/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
H A D | kernel32.sym | 734 PUBLIC a793 4 GetThreadPriority
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 66329 pub fn GetThreadPriority(hThread: HANDLE) -> ::std::os::raw::c_int; in GetThreadPriority() function
|
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/31.7.0-alpha07/ |
HD | intellij-core-31.7.0-alpha07.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
META-INF/JavaPsiPlugin.xml
... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/gradle-plugin/metalava-gradle-plugin-deps/linux_glibc_common/local-combined/ |
D | metalava-gradle-plugin-deps.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/AL2.0
META ... |