Home
last modified time | relevance | path

Searched refs:ns_conn_waiter_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h56 } ns_conn_waiter_t; typedef
155 ns_conn_waiter_t waiter; /* first of the connection waiters */
H A Dns_connmgmt.c2377 ns_conn_waiter_t mywait; in conn_wait()
2378 ns_conn_waiter_t *head = &conn_mt->waiter; in conn_wait()
2404 ns_conn_waiter_t *head = &conn_mt->waiter; in conn_signal()
2405 ns_conn_waiter_t *tmp = head->next; in conn_signal()