Lines Matching refs:threadid
546 newfd->bits.localsock.threadid = 0; in local_rendezvous_callback()
589 if (thisfd->bits.pipe.threadid) { in local_pipe_callback()
590 jstat = pthread_join(thisfd->bits.pipe.threadid, &ret); in local_pipe_callback()
591 thisfd->bits.pipe.threadid = 0; in local_pipe_callback()
594 threadid = 0; in local_pipe_callback()
675 if (client->bits.localsock.threadid) { in request_timed_out()
966 pthread_kill(thisfd->bits.localsock.threadid, SIGUSR2); in read_from_local_sock()
977 if (thisfd->bits.localsock.threadid) { in read_from_local_sock()
985 pthread_join(thisfd->bits.localsock.threadid, in read_from_local_sock()
989 thisfd->bits.localsock.threadid = 0; in read_from_local_sock()
1105 if (!thisfd->bits.localsock.threadid) { in read_from_local_sock()
1141 if (thisfd->bits.localsock.threadid) { in read_from_local_sock()
1174 newfd->bits.pipe.threadid = 0; in read_from_local_sock()
1183 newfd->bits.pipe.threadid = thisfd->bits.localsock.threadid; in read_from_local_sock()
1189 status = pthread_create(&thisfd->bits.localsock.threadid, NULL, in read_from_local_sock()
1442 if (client->bits.localsock.threadid) { in add_reply_to_list()