Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dclnt_simple.c74 static once_t rpc_call_once = ONCE_INITIALIZER; variable
127 if (thr_once(&rpc_call_once, rpc_call_key_init) != 0 || in rpc_call()