Home
last modified time | relevance | path

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

/device/linaro/hikey/bluetooth/
Dasync_fd_watcher.cc126 struct timeval* timeout_ptr = NULL; in ThreadRoutine() local
130 timeout_ptr = &timeout; in ThreadRoutine()
135 int retval = select(nfds + 1, &read_fds, NULL, NULL, timeout_ptr); in ThreadRoutine()