Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dclnt_bck.c133 ct->ct_threads = 0; in clnt_bck_create()
217 ct->ct_threads++; in clnt_bck_call()
470 ct->ct_threads--; in clnt_bck_call()
H A Dkrpc.h98 int ct_threads; /* number of threads in clnt_vc_call */ member
H A Dclnt_vc.c150 ct->ct_threads = 0; in clnt_vc_create()
320 ct->ct_threads++; in clnt_vc_call()
347 ct->ct_threads--; in clnt_vc_call()
594 ct->ct_threads--; in clnt_vc_call()
845 while (ct->ct_threads) in clnt_vc_close()