#include <wintirpc.h>
#include <reentrant.h>
#include <errno.h>
#include <rpc/rpc.h>
#include <stdio.h>
#include <string.h>
#include "rpc_com.h"
Go to the source code of this file.
◆ svc_exit()
◆ svc_run()
Definition at line 48 of file svc_run.c.
49{
53
54
55 for (;;) {
66 continue;
67 }
68
69 return;
70 case 0:
72 continue;
73 default:
75 }
76 }
77}
INT WSAAPI select(IN INT s, IN OUT LPFD_SET readfds, IN OUT LPFD_SET writefds, IN OUT LPFD_SET exceptfds, IN CONST struct timeval *timeout)
bool_t __svc_clean_idle(fd_set *, int, bool_t)
void svc_getreqset(fd_set *readfds)
int PASCAL FAR WSAGetLastError(void)