Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A 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;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A 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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h48 void SetTimeoutInMicroSeconds(uint32_t timeout = 0);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23665 (arg1)->SetTimeoutInMicroSeconds(arg2); in _wrap_SBExpressionOptions_SetTimeoutInMicroSeconds__SWIG_0()
23688 (arg1)->SetTimeoutInMicroSeconds(); in _wrap_SBExpressionOptions_SetTimeoutInMicroSeconds__SWIG_1()