Home
last modified time | relevance | path

Searched defs:TIMEOUT (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/threads/
H A Dmutex_common.h17 TIMEOUT, enumerator
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dexceptions.py34 class TIMEOUT(ExceptionPexpect): class
/llvm-project-15.0.7/lldb/scripts/
H A Dreproducer-replay.py107 TIMEOUT = args.timeout variable
/llvm-project-15.0.7/lldb/test/API/commands/platform/sdk/
H A DTestPlatformSDK.py27 TIMEOUT = 2 variable in PlatformSDKTestCase
/llvm-project-15.0.7/libc/utils/testutils/
H A DExecuteFunction.h27 static constexpr unsigned TIMEOUT = ~0U; member
/llvm-project-15.0.7/clang/utils/ABITest/layout/
H A DMakefile10 TIMEOUT := 5 macro
/llvm-project-15.0.7/lldb/test/API/functionalities/launch_stop_at_entry/
H A DTestStopAtEntry.py27 TIMEOUT = 2 variable in TestStopAtEntry
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDiagnosticEventTest.cpp27 static const constexpr std::chrono::seconds TIMEOUT(0); variable
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTest.py53 TIMEOUT = ResultCode('TIMEOUT', 'Timed Out', True) variable