Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h57 } ns_conn_waiter_t; typedef
156 ns_conn_waiter_t waiter; /* first of the connection waiters */
H A Dns_connmgmt.c2365 ns_conn_waiter_t mywait; in conn_wait()
2366 ns_conn_waiter_t *head = &conn_mt->waiter; in conn_wait()
2392 ns_conn_waiter_t *head = &conn_mt->waiter; in conn_signal()
2393 ns_conn_waiter_t *tmp = head->next; in conn_signal()