Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c506 (void) fprintf(fp, "tid= %d: threadID=%d\n", t, con->threadID); in printConnection()
529 (void) fprintf(stderr, "Adding connection thrid=%d\n", con->threadID); in addConnection()
640 cp->threadID = thr_self(); in findConnection()
987 con->threadID = thr_self(); in makeConnection()
1059 if (!cp || (!fini && (!cp->usedBit || cp->threadID != thr_self()))) { in _DropConnection()
1071 cp->threadID = 0; /* unmark the threadID */ in _DropConnection()
H A Dns_internal.h580 thread_t threadID; /* thread ID using it */ member