Searched refs:did_start_blocking (Results 1 – 2 of 2) sorted by relevance
277 int did_start_blocking = FALSE; in inchar_loop() local304 if (wtime < 0 && did_start_blocking) in inchar_loop()329 did_start_blocking = TRUE; in inchar_loop()416 || (wtime < 0 && !did_start_blocking)) in inchar_loop()
17746 Solution: Only check did_start_blocking if wtime is negative. (Daisuke