Searched refs:timeout_ptr (Results 1 – 2 of 2) sorted by relevance
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()