Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libldap4/common/
H A Dopen.c150 static pthread_t ldap_thr_table[MAX_THREAD_ID] = {0}; variable
159 if (ldap_thr_table[i] == cur) { in ldap_thr_index()
168 if (ldap_thr_table[i] == 0 || in ldap_thr_index()
169 thr_kill(ldap_thr_table[i], 0) != 0) { in ldap_thr_index()
170 ldap_thr_table[i] = cur; in ldap_thr_index()