Searched refs:EVRPC_MAKE_REQUEST (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/libevent/test/
H A Dregress_rpc.c469 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL);
483 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL);
531 EVRPC_MAKE_REQUEST(Message, pool, msg, kill_one, GotKillCbTwo, NULL);
532 EVRPC_MAKE_REQUEST(Message, pool, msg, kill_two, GotKillCb, NULL);
598 EVRPC_MAKE_REQUEST(NeverReply, pool, msg, kill, GotErrorCb, NULL);
/external/chromium_org/third_party/libevent/test/
H A Dregress_rpc.c469 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL);
483 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL);
531 EVRPC_MAKE_REQUEST(Message, pool, msg, kill_one, GotKillCbTwo, NULL);
532 EVRPC_MAKE_REQUEST(Message, pool, msg, kill_two, GotKillCb, NULL);
598 EVRPC_MAKE_REQUEST(NeverReply, pool, msg, kill, GotErrorCb, NULL);
/external/chromium/third_party/libevent/
H A Devrpc.h374 * EVRPC_MAKE_REQUEST() is used by the client to send an RPC to the server.
387 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \ macro
/external/chromium_org/third_party/libevent/
H A Devrpc.h374 * EVRPC_MAKE_REQUEST() is used by the client to send an RPC to the server.
387 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \ macro

Completed in 104 milliseconds