Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPOpen.c77 hp->tcp_wait = NULL; in SLPOpen()
99 if (hp->tcp_wait) free(hp->tcp_wait); in slp_cleanup_handle()
H A Dslp_net.c139 if (!hp->tcp_wait) { in slp_uc_tcp_send()
140 if (!(hp->tcp_wait = malloc(sizeof (*(hp->tcp_wait))))) { in slp_uc_tcp_send()
145 (void) cond_init(hp->tcp_wait, USYNC_THREAD, NULL); in slp_uc_tcp_send()
176 (void) cond_wait(hp->tcp_wait, hp->tcp_lock); in slp_tcp_wait()
562 (void) cond_signal(hp->tcp_wait); in tcp_thread()
H A Dslp-internal.h132 cond_t *tcp_wait; /* TCP thread wait condition var */ member