Home
last modified time | relevance | path

Searched refs:SetTimeoutInMicroSeconds (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/test/API/commands/expression/timeout/
DTestCallWithTimeout.py39 options.SetTimeoutInMicroSeconds(10)
59 options.SetTimeoutInMicroSeconds(1000000)
76 options.SetTimeoutInMicroSeconds(1000000)
/external/llvm-project/lldb/bindings/interface/
DSBExpressionOptions.i62 …l be resumed for the same timeout to see if the expression will finish.") SetTimeoutInMicroSeconds;
64 SetTimeoutInMicroSeconds (uint32_t timeout = 0);
69 …xpression on one thread before either timing out or trying all threads.") SetTimeoutInMicroSeconds;
/external/llvm-project/lldb/source/API/
DSBExpressionOptions.cpp106 void SBExpressionOptions::SetTimeoutInMicroSeconds(uint32_t timeout) { in SetTimeoutInMicroSeconds() function in SBExpressionOptions
107 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetTimeoutInMicroSeconds, in SetTimeoutInMicroSeconds()
315 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetTimeoutInMicroSeconds, in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBExpressionOptions.h48 void SetTimeoutInMicroSeconds(uint32_t timeout = 0);
/external/llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/
DTestExitDuringExpression.py83 options.SetTimeoutInMicroSeconds(4 * timeout_value)
/external/llvm-project/lldb/test/API/commands/expression/call-restarts/
DTestCallThatRestarts.py70 options.SetTimeoutInMicroSeconds(3000000) # 3s
/external/llvm-project/lldb/examples/darwin/heap_find/
Dheap.py614 expr_options.SetTimeoutInMicroSeconds(5 * 1000 * 1000) # 5 second timeout
666 expr_options.SetTimeoutInMicroSeconds(
1346 expr_options.SetTimeoutInMicroSeconds(
1456 expr_options.SetTimeoutInMicroSeconds(