ReactOS 0.4.16-dev-752-g47bae01
|
#include <wintirpc.h>
#include <reentrant.h>
#include <rpc/rpc.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Functions | |
struct rpc_createerr * | __rpc_createerr () |
void | tsd_key_delete (void) |
struct rpc_createerr * __rpc_createerr | ( | void | ) |
Definition at line 140 of file mt_misc.c.
mutex_t authdes_ops_lock |
Definition at line 31 of file mt_misc.c.
Referenced by authdes_ops().
mutex_t authnone_lock |
Definition at line 44 of file mt_misc.c.
Referenced by authnone_create(), and authnone_marshal().
mutex_t authsvc_lock |
Definition at line 47 of file mt_misc.c.
Referenced by _authenticate(), and svc_auth_reg().
thread_key_t clnt_broadcast_key |
Definition at line 89 of file mt_misc.c.
Referenced by tsd_key_delete().
mutex_t clnt_fd_lock |
Definition at line 50 of file mt_misc.c.
Referenced by clnt_cb_thread(), clnt_dg_control(), clnt_dg_create(), clnt_dg_destroy(), clnt_dg_freeres(), clnt_vc_create(), clnt_vc_destroy(), and clnt_vc_freeres().
mutex_t clntraw_lock |
Definition at line 53 of file mt_misc.c.
Referenced by clnt_raw_create(), and clnt_raw_freeres().
mutex_t dupreq_lock |
Definition at line 59 of file mt_misc.c.
Referenced by cache_get(), cache_set(), and svc_dg_enablecache().
mutex_t loopnconf_lock |
Definition at line 68 of file mt_misc.c.
Referenced by local_rpcb().
thread_key_t nc_key = -1 |
Definition at line 93 of file mt_misc.c.
Referenced by __nc_error(), and tsd_key_delete().
mutex_t nc_lock |
Definition at line 103 of file mt_misc.c.
Referenced by __nc_error().
mutex_t ops_lock |
Definition at line 71 of file mt_misc.c.
Referenced by authnone_ops(), authunix_ops(), clnt_dg_ops(), clnt_raw_ops(), clnt_vc_ops(), svc_dg_ops(), svc_raw_ops(), svc_vc_ops(), and svc_vc_rendezvous_ops().
mutex_t proglst_lock |
Definition at line 77 of file mt_misc.c.
Referenced by rpc_reg(), and universal().
thread_key_t rce_key = -1 |
Definition at line 94 of file mt_misc.c.
Referenced by __rpc_createerr(), and tsd_key_delete().
thread_key_t rpc_call_key = -1 |
Definition at line 90 of file mt_misc.c.
Referenced by rpc_call(), and tsd_key_delete().
rwlock_t rpcbaddr_cache_lock |
Definition at line 25 of file mt_misc.c.
Referenced by add_cache(), and getclnthandle().
rwlock_t svc_fd_lock |
Definition at line 22 of file mt_misc.c.
Referenced by __svc_clean_idle(), __xprt_do_unregister(), svc_exit(), svc_getreq_common(), svc_getreq_poll(), svc_run(), and xprt_register().
rwlock_t svc_lock |
Definition at line 19 of file mt_misc.c.
Referenced by svc_reg(), and svc_unreg().
mutex_t svcraw_lock |
Definition at line 83 of file mt_misc.c.
Referenced by svc_raw_create(), svc_raw_freeargs(), svc_raw_getargs(), svc_raw_recv(), and svc_raw_reply().
thread_key_t tcp_key = -1 |
Definition at line 91 of file mt_misc.c.
Referenced by __rpc_getconfip(), and tsd_key_delete().
mutex_t tsd_lock |
Definition at line 86 of file mt_misc.c.
Referenced by __rpc_createerr(), __rpc_getconfip(), getkeyserv_handle(), and rpc_call().
thread_key_t udp_key = -1 |
Definition at line 92 of file mt_misc.c.
Referenced by __rpc_getconfip(), and tsd_key_delete().
mutex_t xprtlist_lock |
Definition at line 97 of file mt_misc.c.
Referenced by svc_create().