Home
last modified time | relevance | path

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

/src/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.h101 int ct_threads; /* number of threads in clnt_vc_call */ member
H A Dclnt_vc.c153 ct->ct_threads = 0; in clnt_vc_create()
315 ct->ct_threads++; in clnt_vc_call()
342 ct->ct_threads--; in clnt_vc_call()
589 ct->ct_threads--; in clnt_vc_call()
836 while (ct->ct_threads) in clnt_vc_close()