Home
last modified time | relevance | path

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

/reactos/dll/win32/rpcrt4/
H A Drpc_server.h58 int (*wait_for_new_connection)(RpcServerProtseq *protseq, unsigned int count, void *wait_array); member
H A Drpc_server.c663 res = cps->ops->wait_for_new_connection(cps, count, objs); in RPCRT4_server_thread()