Home
last modified time | relevance | path

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

/external/chromium_org/ipc/
Dipc_message_utils.h37 #define IPC_MSG_NOINLINE __attribute__((noinline, noclone)); macro
39 #define IPC_MSG_NOINLINE __attribute__((noinline)); macro
43 #define IPC_MSG_NOINLINE macro