Searched refs:stdio_get_until (Results 1 – 1 of 1) sorted by relevance
117 static int stdio_get_until(char *buf, int len, absolute_time_t until) { in stdio_get_until() function167 return stdio_get_until(buffer, length, at_the_end_of_time); in _read()306 int len = stdio_get_until(buf, 1, at_the_end_of_time); in WRAPPER_FUNC()314 int rc = stdio_get_until(buf, sizeof(buf), make_timeout_time_us(timeout_us)); in getchar_timeout_us()
Completed in 3 milliseconds