Home
last modified time | relevance | path

Searched defs:memory_priority (Results 1 – 6 of 6) sorted by relevance

/external/cronet/stable/base/threading/
Dplatform_thread_win_unittest.cc99 explicit MemoryPriorityAssertingThreadDelegate(LONG memory_priority) in MemoryPriorityAssertingThreadDelegate()
Dplatform_thread_win.cc225 void AssertMemoryPriority(HANDLE thread, int memory_priority) { in AssertMemoryPriority()
423 MEMORY_PRIORITY_INFORMATION memory_priority{.MemoryPriority = in SetCurrentThreadPriority() local
/external/cronet/tot/base/threading/
Dplatform_thread_win_unittest.cc99 explicit MemoryPriorityAssertingThreadDelegate(LONG memory_priority) in MemoryPriorityAssertingThreadDelegate()
Dplatform_thread_win.cc225 void AssertMemoryPriority(HANDLE thread, int memory_priority) { in AssertMemoryPriority()
423 MEMORY_PRIORITY_INFORMATION memory_priority{.MemoryPriority = in SetCurrentThreadPriority() local
/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs324 pub memory_priority: bool, field
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs39476 pub memory_priority: Bool32, field
39522 pub fn memory_priority(mut self, memory_priority: bool) -> Self { in memory_priority() method