Home
last modified time | relevance | path

Searched refs:timeout_cnt (Results 1 – 1 of 1) sorted by relevance

/examples/libc/
A Dtermios_test.c164 int timeout_cnt = 0; in recv_comm() local
181 timeout_cnt = 0xffffffff; in recv_comm()
185timeout_cnt = (timeout->tv_sec * 1000 * 1000 + timeout->tv_usec)/(t.tv_sec * 1000 * 1000 + t.tv_us… in recv_comm()
202 timeout_cnt--; in recv_comm()
204 if(timeout_cnt == 0) in recv_comm()

Completed in 8 milliseconds