Lines Matching refs:record
105 record = [thread, qtime, opentime, time, None, None, None, url, host, connection]
106 active[thread].append(record)
109 record = active[thread][-1]
110 record[4] = time
115 record = active[thread][0]
116 record[5] = time
119 record = active[thread][0]
120 killed[0].append(record[9])
122 queued.add(record[7], record[1])
126 record = active[thread][0]
127 record[6] = time
128 vals.append(record)
130 print record