OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetTimeoutInMicroSeconds
(Results
1 - 5
of
5
) sorted by null
/external/lldb/scripts/Python/interface/
SBExpressionOptions.i
63
%feature("docstring", "Sets the timeout in microseconds to run the expression for. If try all threads is set to true and the expression doesn't complete within the specified timeout, all threads will be resumed for the same timeout to see if the expresson will finish.")
SetTimeoutInMicroSeconds
;
65
SetTimeoutInMicroSeconds
(uint32_t timeout = 0);
/external/lldb/include/lldb/API/
SBExpressionOptions.h
60
SetTimeoutInMicroSeconds
(uint32_t timeout = 0);
/external/lldb/test/expression_command/timeout/
TestCallWithTimeout.py
60
options.
SetTimeoutInMicroSeconds
(100)
78
options.
SetTimeoutInMicroSeconds
(1000000)
/external/lldb/source/API/
SBExpressionOptions.cpp
99
SBExpressionOptions::
SetTimeoutInMicroSeconds
(uint32_t timeout)
/external/lldb/examples/darwin/heap_find/
heap.py
404
expr_options.
SetTimeoutInMicroSeconds
(5*1000*1000) # 5 second timeout
441
expr_options.
SetTimeoutInMicroSeconds
(30*1000*1000) # 30 second timeout
[
all
...]
Completed in 78 milliseconds