Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()