Searched refs:sync_token (Results 1 – 4 of 4) sorted by relevance
119 t->sync_token = 1; in init_usb_transport()
261 t->serial, t->fd, t->sync_token + 1); in output_thread()265 p->msg.arg1 = ++(t->sync_token); in output_thread()331 if(p->msg.arg1 == t->sync_token) { in input_thread()336 t->serial, p->msg.arg1, t->sync_token); in input_thread()
411 t->sync_token = 1; in init_socket_transport()
185 unsigned sync_token; member