Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A Ddebugserver.cpp1526 struct timespec attach_timeout_abstime, *timeout_ptr = NULL; in main() local
1530 timeout_ptr = &attach_timeout_abstime; in main()
1541 &ctx, waitfor_pid_name.c_str(), ignore_existing, timeout_ptr, in main()
1568 struct timespec attach_timeout_abstime, *timeout_ptr = NULL; in main() local
1572 timeout_ptr = &attach_timeout_abstime; in main()
1577 attach_pid_name.c_str(), timeout_ptr, ctx.GetIgnoredExceptions(), in main()
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dserver.c3026 struct timeval *timeout_ptr; local
3056 timeout_ptr = &timeout;
3061 timeout_ptr = NULL;
3097 (fd_set *)0, timeout_ptr);