Home
last modified time | relevance | path

Searched refs:PriorityValue (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/ipc/
Dipc_message.h40 enum PriorityValue { enum
65 Message(int32_t routing_id, uint32_t type, PriorityValue priority);
77 PriorityValue priority() const { in priority()
78 return static_cast<PriorityValue>(header()->flags & PRIORITY_MASK); in priority()
Dipc_sync_message.h33 PriorityValue priority,
Dipc_sync_message.cc25 PriorityValue priority, in SyncMessage()
Dipc_message_utils_unittest.cc29 Message::PriorityValue nested_priority = Message::PRIORITY_HIGH; in TEST()
37 Message::PriorityValue outer_priority = Message::PRIORITY_NORMAL; in TEST()
Dipc_message.cc59 Message::Message(int32_t routing_id, uint32_t type, PriorityValue priority) in Message()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp90 uint16_t PriorityValue = Priority->getLimitedValue(UINT16_MAX); in runOnModule() local
99 DtorFuncs[PriorityValue][Associated].push_back(DtorFunc); in runOnModule()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp94 uint16_t PriorityValue = Priority->getLimitedValue(UINT16_MAX); in runOnModule() local
103 auto &AtThisPriority = DtorFuncs[PriorityValue]; in runOnModule()