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.c134 ct->ct_threads = 0; in clnt_bck_create()
218 ct->ct_threads++; in clnt_bck_call()
473 ct->ct_threads--; in clnt_bck_call()
H A Dkrpc.h101 int ct_threads; /* number of threads in clnt_vc_call */ member
H A Dclnt_vc.c154 ct->ct_threads = 0; in clnt_vc_create()
316 ct->ct_threads++; in clnt_vc_call()
343 ct->ct_threads--; in clnt_vc_call()
594 ct->ct_threads--; in clnt_vc_call()
841 while (ct->ct_threads) in clnt_vc_close()