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

  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
browser_harness.rb 36 def initialize(port, config_path, log_dir, test_dir, watchdog_timer, scan_timer)
44 @watchdog_timer = watchdog_timer
292 elsif age > @watchdog_timer
293 msg("Stuck at #{vars}, waited for #{@watchdog_timer}s. Killing browser.")
297 crash_files = find_crash_logs(@watchdog_timer + (@scan_timer * 2))
334 msg("Waiting for #{vars} to finish loading... (#{age}s of #{@watchdog_timer}s)")
347 :watchdog_timer => 60,
360 opts.on( '-w', '--watchdog NUM', 'How many seconds to wait for pages to load (45s)' ) { |sec| options[:watchdog_timer] = sec.to_i }
384 options[:watchdog_timer],
    [all...]
  /external/kernel-headers/original/linux/
netdevice.h 439 struct timer_list watchdog_timer; member in struct:net_device

Completed in 104 milliseconds