Home
last modified time | relevance | path

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); in printConnection()
530 (void) fprintf(stderr, "Adding connection thrid=%d\n", con->threadID); in addConnection()
641 cp->threadID = thr_self(); in findConnection()
989 con->threadID = thr_self(); in makeConnection()
1061 if (!cp || (!fini && (!cp->usedBit || cp->threadID != thr_self()))) { in _DropConnection()
1073 cp->threadID = 0; /* unmark the threadID */ in _DropConnection()
H A Dns_internal.h584 thread_t threadID; /* thread ID using it */ member