Searched refs:ts_ptr (Results 1 – 1 of 1) sorted by relevance
43 timespec* ts_ptr = nullptr; in poll() local46 ts_ptr = &ts; in poll()48 return __ppoll(fds, fd_count, ts_ptr, nullptr, 0); in poll()84 timespec* ts_ptr = nullptr; in select() local90 ts_ptr = &ts; in select()92 int result = __pselect6(fd_count, read_fds, write_fds, error_fds, ts_ptr, nullptr); in select()