Searched refs:timestamp_list (Results 1 – 5 of 5) sorted by relevance
26 typedef struct timestamp_list { struct28 struct timestamp_list* next; argument29 } timestamp_list; typedef33 timestamp_list* head;34 timestamp_list* tail;
39 timestamp_list* head = server->head; in pretty_print_backoffs()67 timestamp_list* new_tail; in on_connect()86 new_tail = static_cast<timestamp_list*>(gpr_malloc(sizeof(timestamp_list))); in on_connect()116 timestamp_list* new_head = server->head; in reconnect_server_clear_timestamps()
125 timestamp_list = (134 return (captured_checksums, timestamp_list)193 captured_checksums, timestamp_list = self._display_and_capture(196 delay_time = [timestamp_list[i] - timestamp_list[i-1]197 for i in range(1, len(timestamp_list))]205 captured_checksums, timestamp_list,
29 std::initializer_list<int64_t> timestamp_list) { in CreateEventList() argument31 for (int64_t timestamp_ms : timestamp_list) { in CreateEventList()
128 for (timestamp_list* cur = tcp_server_.head; cur && cur->next; in Verify()