Searched refs:threadID (Results 1 – 2 of 2) sorted by relevance
506 (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()
580 thread_t threadID; /* thread ID using it */ member