Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress_rpc.c479 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL); in rpc_basic_client()
490 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL); in rpc_basic_client()
555 EVRPC_MAKE_REQUEST(Message, pool, msg, kill_one, GotKillCbTwo, NULL); in rpc_basic_queued_client()
556 EVRPC_MAKE_REQUEST(Message, pool, msg, kill_two, GotKillCb, NULL); in rpc_basic_queued_client()
659 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL); in rpc_basic_client_with_pause()
709 EVRPC_MAKE_REQUEST(NeverReply, pool, msg, kill, GotErrorCb, NULL); in rpc_client_timeout()
/external/libevent/include/event2/
Drpc.h374 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \ macro