Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp2267 useconds_t pid_poll_total = 0; in SBForkChildForPTraceDebugging() local
2274 while (!pid_found && pid_poll_total < pid_poll_timeout) in SBForkChildForPTraceDebugging()
2277 pid_poll_total += pid_poll_interval; in SBForkChildForPTraceDebugging()