Home
last modified time | relevance | path

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

/reactos/dll/win32/rpcrt4/
H A Drpc_server.c533 static DWORD CALLBACK RPCRT4_worker_thread(LPVOID the_arg) in RPCRT4_worker_thread() argument
535 RpcPacket *pkt = the_arg; in RPCRT4_worker_thread()
543 static DWORD CALLBACK RPCRT4_io_thread(LPVOID the_arg) in RPCRT4_io_thread() argument
545 RpcConnection* conn = the_arg; in RPCRT4_io_thread()
641 static DWORD CALLBACK RPCRT4_server_thread(LPVOID the_arg) in RPCRT4_server_thread() argument
646 RpcServerProtseq* cps = the_arg; in RPCRT4_server_thread()
650 TRACE("(the_arg == ^%p)\n", the_arg); in RPCRT4_server_thread()