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

/bind-9.6-ESV-R11/contrib/sdb/ldap/
H A Dldapdb.c125 unsigned long threadid; local
150 threadid = isc_thread_self();
151 threaddata = ldapdb_find(allthreadsdata, &threadid, sizeof(threadid));
157 threaddata->index = malloc(sizeof(threadid));
162 *(unsigned long *)threaddata->index = threadid;
163 threaddata->size = sizeof(threadid);

Completed in 12 milliseconds