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

  /external/webkit/Tools/Scripts/webkitpy/common/system/
stack_utils_unittest.py 33 from webkitpy.common.system import stack_utils namespace
44 found_stack = stack_utils._find_thread_stack(thread_id)
48 found_stack = stack_utils._find_thread_stack(0)
58 stack_utils.log_thread_state(logger, "test-thread", thread_id,
71 stack_utils.log_traceback(logger, sys.exc_info()[2])
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
worker.py 35 from webkitpy.common.system import stack_utils namespace
86 stack_utils.log_traceback(_log.error, exception_traceback)
manager_worker_broker.py 63 from webkitpy.common.system import stack_utils namespace
275 stack_utils.log_thread_state(_log.error, self._client.name(), self.ident, " is wedged on test %s" % test_name)

Completed in 38 milliseconds