Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBExpressionOptions.i62 …ll be resumed for the same timeout to see if the expresson will finish.") SetTimeoutInMicroSeconds;
64 SetTimeoutInMicroSeconds (uint32_t timeout = 0);
69 …xpression on one thread before either timing out or trying all threads.") SetTimeoutInMicroSeconds;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBExpressionOptions.cpp107 void SBExpressionOptions::SetTimeoutInMicroSeconds(uint32_t timeout) { in SetTimeoutInMicroSeconds() function in SBExpressionOptions
108 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetTimeoutInMicroSeconds, in SetTimeoutInMicroSeconds()
302 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetTimeoutInMicroSeconds, in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBExpressionOptions.h48 void SetTimeoutInMicroSeconds(uint32_t timeout = 0);