HomeSort by relevance Sort by last modified time
    Searched refs:wait_seconds (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/debug/
debugger.cc 14 bool WaitForDebugger(int wait_seconds, bool silent) {
21 for (int i = 0; i < wait_seconds * 10; ++i) {
debugger.h 17 // Waits wait_seconds seconds for a debugger to attach to the current process.
19 BASE_EXPORT bool WaitForDebugger(int wait_seconds, bool silent);
  /external/lldb/utils/vim-lldb/python-vim-lldb/
lldb_controller.py 317 def processPendingEvents(self, wait_seconds=0, goto_file=True):
319 Blocks for at most wait_seconds, or if wait_seconds == 0,
337 if wait_seconds > 0:
338 # No events on the queue, but we are allowed to wait for wait_seconds
340 self.processListener.WaitForEvent(wait_seconds, event)

Completed in 109 milliseconds