Searched refs:timeout_ptr (Results 1 – 4 of 4) sorted by relevance
130 struct timeval* timeout_ptr = NULL; in ThreadRoutine() local134 timeout_ptr = &timeout; in ThreadRoutine()139 int retval = select(nfds + 1, &read_fds, NULL, NULL, timeout_ptr); in ThreadRoutine()
142 struct timeval* timeout_ptr = NULL; in ThreadRoutine() local146 timeout_ptr = &timeout; in ThreadRoutine()151 int retval = select(nfds + 1, &read_fds, NULL, NULL, timeout_ptr); in ThreadRoutine()
224 bool* timeout_ptr = &timed_out; in TEST_F() local234 [timeout_ptr]() { *timeout_ptr = true; }); in TEST_F()
223 bool* timeout_ptr = &timed_out; in TEST_F() local233 [timeout_ptr]() { *timeout_ptr = true; }); in TEST_F()