Home
last modified time | relevance | path

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

/external/cronet/base/threading/
Dplatform_thread_win_unittest.cc99 explicit MemoryPriorityAssertingThreadDelegate(LONG memory_priority) in MemoryPriorityAssertingThreadDelegate()
Dplatform_thread_win.cc240 void AssertMemoryPriority(HANDLE thread, int memory_priority) { in AssertMemoryPriority()
443 MEMORY_PRIORITY_INFORMATION memory_priority{.MemoryPriority = in SetCurrentThreadPriority() local
/external/rust/crates/vulkano/out/
Dfeatures.rs324 pub memory_priority: bool, field
/external/rust/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