Searched refs:ptimeout (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/tui/ |
H A D | setup.c | 58 struct timeval timeout, *ptimeout = delay_secs ? &timeout : NULL; in ui__getch() local 72 err = select(1, &read_set, NULL, NULL, ptimeout); in ui__getch()
|
/kernel/linux/linux-6.6/tools/perf/ui/tui/ |
H A D | setup.c | 57 struct timeval timeout, *ptimeout = delay_secs ? &timeout : NULL; in ui__getch() local 71 err = select(1, &read_set, NULL, NULL, ptimeout); in ui__getch()
|
Completed in 1 milliseconds