Searched refs:EVRPC_MAKE_REQUEST (Results 1 – 2 of 2) sorted by relevance
/external/libevent/test/ |
D | regress_rpc.c | 479 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/ |
D | rpc.h | 374 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \ macro
|