Searched defs:PriorityValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_message.h37 enum PriorityValue { enum in class:IPC::Message
62 Message(int32 routing_id, uint32 type, PriorityValue priority);
72 PriorityValue priority() const {
73 return static_cast<PriorityValue>(header()->flags & PRIORITY_MASK);

Completed in 78 milliseconds