Lines Matching refs:thread
92 thread, action = x[1], x[2]
98 time, thread, host = x[0], x[1], x[4]
99 opened[thread] = [time, host, connectionCount]
102 time, thread, url = x[0], x[1], x[3]
103 opentime, host, connection = opened[thread]
105 record = [thread, qtime, opentime, time, None, None, None, url, host, connection]
106 active[thread].append(record)
108 time, thread = x[0], x[1]
109 record = active[thread][-1]
114 time, thread, = x[0], x[1]
115 record = active[thread][0]
118 thread = x[1]
119 record = active[thread][0]
123 del active[thread][0]
125 time, thread = x[0], x[1]
126 record = active[thread][0]
129 del active[thread][0]
158 thread, queued, opened, send, sent, reading, read, uri, server, y = val