Home
last modified time | relevance | path

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

/trueos/sys/rpc/
HDclnt_bck.c137 ct->ct_closing = FALSE; in clnt_bck_create()
217 if (ct->ct_closing || ct->ct_closed) { in clnt_bck_call()
463 if (ct->ct_closing) in clnt_bck_call()
521 if (ct->ct_closing) { in clnt_bck_close()
522 while (ct->ct_closing) in clnt_bck_close()
529 ct->ct_closing = FALSE; in clnt_bck_close()
HDclnt_vc.c149 ct->ct_closing = FALSE; in clnt_vc_create()
309 if (ct->ct_closing || ct->ct_closed) { in clnt_vc_call()
554 if (ct->ct_closing) in clnt_vc_call()
740 if (ct->ct_closing) { in clnt_vc_close()
741 while (ct->ct_closing) in clnt_vc_close()
749 ct->ct_closing = TRUE; in clnt_vc_close()
772 ct->ct_closing = FALSE; in clnt_vc_close()
HDkrpc.h84 bool_t ct_closing; /* TRUE if we are closing */ member