Home
last modified time | relevance | path

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

/external/chromium/third_party/libevent/test/
Dregress_rpc.c469 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL); in rpc_basic_client()
483 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL); in rpc_basic_client()
531 EVRPC_MAKE_REQUEST(Message, pool, msg, kill_one, GotKillCbTwo, NULL); in rpc_basic_queued_client()
532 EVRPC_MAKE_REQUEST(Message, pool, msg, kill_two, GotKillCb, NULL); in rpc_basic_queued_client()
598 EVRPC_MAKE_REQUEST(NeverReply, pool, msg, kill, GotErrorCb, NULL); in rpc_client_timeout()
/external/chromium/third_party/libevent/
Devrpc.h387 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \ macro