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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c507 (void) fprintf(fp, "tid= %d: threadID=%d\n", t, con->threadID);
530 (void) fprintf(stderr, "Adding connection thrid=%d\n", con->threadID);
641 cp->threadID = thr_self();
989 con->threadID = thr_self();
1061 if (!cp || (!fini && (!cp->usedBit || cp->threadID != thr_self()))) {
1073 cp->threadID = 0; /* unmark the threadID */
H A Dns_internal.h580 thread_t threadID; /* thread ID using it */ member in struct:connection

Completed in 65 milliseconds