Home
last modified time | relevance | path

Searched refs:PUMPING_MSGS_BIT (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/ipc/
Dipc_sync_message.h48 header()->flags |= PUMPING_MSGS_BIT; in EnableMessagePumping()
54 return (header()->flags & PUMPING_MSGS_BIT) != 0; in ShouldPumpMessages()
Dipc_message.h55 PUMPING_MSGS_BIT = 0x40, enumerator
126 return (header()->flags & PUMPING_MSGS_BIT) != 0; in is_caller_pumping_messages()