Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c1301 struct timespec ts, *ts_ptr; in do_select() local
1322 ts_ptr = &ts; in do_select()
1324 ts_ptr = NULL; in do_select()
1328 ts_ptr, NULL)); in do_select()
1382 struct timespec ts, *ts_ptr; in do_pselect6() local
1429 ts_ptr = &ts; in do_pselect6()
1431 ts_ptr = NULL; in do_pselect6()
1456 ts_ptr, sig_ptr)); in do_pselect6()