Searched defs:tvp (Results 1 – 2 of 2) sorted by relevance
27 struct rpc_thread_variables *tvp = __libc_tsd_get (RPC_VARS); in __rpc_thread_destroy() local57 struct rpc_thread_variables *tvp; in __rpc_thread_variables() local87 struct rpc_thread_variables *tvp; in __rpc_thread_svc_fdset() local98 struct rpc_thread_variables *tvp; in __rpc_thread_createerr() local109 struct rpc_thread_variables *tvp; in __rpc_thread_svc_pollfd() local120 struct rpc_thread_variables *tvp; in __rpc_thread_svc_max_pollfd() local
169 # define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument170 # define timerclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) argument
Completed in 4 milliseconds