Searched refs:wait_seconds (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/debug/
H A Ddebugger.cc14 bool WaitForDebugger(int wait_seconds, bool silent) { argument
15 for (int i = 0; i < wait_seconds * 10; ++i) {
H A Ddebugger.h22 // Waits wait_seconds seconds for a debugger to attach to the current process.
24 BASE_API bool WaitForDebugger(int wait_seconds, bool silent);

Completed in 124 milliseconds