Home
last modified time | relevance | path

Searched defs:thread_priority (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dpriority.rs91 let thread_priority = GetThreadPriority(GetCurrentThread()); in test_mm_handle_is_dropped() localVariable
95 let thread_priority = GetThreadPriority(GetCurrentThread()); in test_mm_handle_is_dropped() localVariable
98 let thread_priority = GetThreadPriority(GetCurrentThread()); in test_mm_handle_is_dropped() localVariable
/aosp_15_r20/external/trusty/lk/lib/dpc/
Ddpc.c105 int thread_priority, in dpc_queue_start()
141 int thread_priority, in dpc_queue_create()
/aosp_15_r20/external/libchrome/mojo/public/cpp/base/
H A Dthread_priority_mojom_traits.cc12 base::ThreadPriority thread_priority) { in ToMojom()
/aosp_15_r20/external/libchrome/base/
H A Dlazy_instance_unittest.cc250 base::ThreadPriority thread_priority, in BlockingConstructorThread()
/aosp_15_r20/frameworks/proto_logging/stats/atoms/cronet/
H A Dcronet_extension_atoms.proto89 optional int32 thread_priority = 13; field
/aosp_15_r20/external/libchrome/base/task_scheduler/
H A Dscheduler_single_thread_task_runner_manager_unittest.cc84 void CaptureThreadPriority(ThreadPriority* thread_priority) { in CaptureThreadPriority()
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Dgen4_render.h307 unsigned int thread_priority:1; member
373 unsigned int thread_priority:1; member
458 unsigned int thread_priority:1; member
H A Dgen7_media.h45 uint32_t thread_priority:1; member
H A Dgen8_media.h49 uint32_t thread_priority:1; member
/aosp_15_r20/art/runtime/
H A Dthread.cc1214 jint thread_priority = GetNativePriority(); in CreatePeer() local
1279 jint thread_priority = kNormThreadPriority; // Always normalize to NORM priority. in CreateCompileTimePeer() local
1317 jint thread_priority) { in InitPeer()
/aosp_15_r20/external/igt-gpu-tools/assembler/
H A Dbrw_structs.h101 unsigned thread_priority:1; member
143 unsigned thread_priority:1; member
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/atoms/cronet/
Dcronet_extension_atoms.pb.h2915 inline ::int32_t CronetEngineCreated::thread_priority() const { in thread_priority() function