Lines Matching full:responses
137 self.responses = {}
306 # this thread does all reading of requests or responses
315 while myseq not in self.responses:
317 response = self.responses[myseq]
320 del self.responses[myseq]
398 and some may be responses for other threads.
405 request_queue by self.localcall(). Responses to queued requests are
413 sequence number is received, and will save other responses in
414 self.responses and notify the owning thread.
462 self.responses[seq] = resq
474 responses[key] = ('EOF', None)