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

/opensolaris-onvv-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) {
168 if (ldap_thr_table[i] == 0 ||
169 thr_kill(ldap_thr_table[i], 0) != 0) {
170 ldap_thr_table[i] = cur;

Completed in 45 milliseconds