/llvm-project/lldb/tools/lldb-dap/ |
H A D | FifoFiles.cpp | 53 ReadJSON(std::chrono::milliseconds timeout) ReadJSON() argument 81 SendJSON(const json::Value & json,std::chrono::milliseconds timeout) SendJSON() argument
|
H A D | RunInTerminal.cpp | 85 GetNextMessage(FifoFileIO & io,std::chrono::milliseconds timeout) GetNextMessage() argument 106 WaitUntilDebugAdaptorAttaches(std::chrono::milliseconds timeout) WaitUntilDebugAdaptorAttaches() argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2003-11-04-OutOfMemory.c | 3 void schedule_timeout(signed long timeout) in schedule_timeout()
|
/llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvar/ |
H A D | wait_for_pred.pass.cpp | 48 auto timeout = std::chrono::seconds(3600); in main() local 86 auto timeout = std::chrono::milliseconds(250); in main() local 115 auto timeout = std::chrono::seconds(3600); in main() local
|
H A D | wait_until_pred.pass.cpp | 54 auto timeout = Clock::now() + std::chrono::seconds(3600); in test() local 90 auto timeout = Clock::now() + std::chrono::milliseconds(250); in test() local 117 auto timeout = Clock::now() + std::chrono::seconds(3600); in test() local
|
H A D | wait_for.pass.cpp | 48 auto timeout = std::chrono::seconds(3600); in main() local 91 auto timeout = std::chrono::milliseconds(250); in main() local
|
H A D | wait_until.pass.cpp | 54 auto timeout = Clock::now() + std::chrono::seconds(3600); in test() local 95 auto timeout = Clock::now() + std::chrono::milliseconds(250); in test() local
|
/llvm-project/libc/src/pthread/ |
H A D | pthread_rwlock_timedwrlock.cpp | 29 auto timeout = variable
|
H A D | pthread_rwlock_timedrdlock.cpp | 35 auto timeout = variable
|
/llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/ |
H A D | wait_for_pred.pass.cpp | 54 auto timeout = std::chrono::seconds(3600); in test() local 92 auto timeout = std::chrono::milliseconds(250); in test() local 121 auto timeout = std::chrono::seconds(3600); in test() local
|
H A D | wait_until_pred.pass.cpp | 60 auto timeout = Clock::now() + std::chrono::seconds(3600); in test() local 96 auto timeout = Clock::now() + std::chrono::milliseconds(250); in test() local 123 auto timeout = Clock::now() + std::chrono::seconds(3600); in test() local
|
H A D | wait_for.pass.cpp | 54 auto timeout = std::chrono::seconds(3600); in test() local 97 auto timeout = std::chrono::milliseconds(250); in test() local
|
H A D | wait_until.pass.cpp | 59 auto timeout = Clock::now() + std::chrono::seconds(3600); in test() local 100 auto timeout = Clock::now() + std::chrono::milliseconds(250); in test() local
|
/llvm-project/libc/src/__support/time/linux/ |
H A D | monotonicity.h | 27 ensure_monotonicity(AbsTimeout & timeout) ensure_monotonicity() argument
|
H A D | abs_timeout.h | 23 timespec timeout; global() variable
|
/llvm-project/libcxx/test/std/depr.cerro/ |
H A D | system.error.syn.verify.cpp | 28 [[maybe_unused]] std::errc timeout = std::errc::stream_timeout; // expected-warning {{'stream_timeo… variable
|
/llvm-project/libc/test/src/sys/select/ |
H A D | select_failure_test.cpp | 23 struct timeval timeout { TEST() struct
|
/llvm-project/lldb/unittests/Utility/ |
H A D | ListenerTest.cpp | 30 const std::chrono::seconds timeout(0); in TEST() local 68 std::chrono::microseconds timeout(10); in TEST() local
|
H A D | BroadcasterTest.cpp | 24 std::chrono::seconds timeout(0); in TEST() local
|
/llvm-project/lldb/test/API/functionalities/load_after_attach/ |
H A D | main.cpp | 15 int timeout = 10; in main() local
|
/llvm-project/lldb/source/Core/ |
H A D | Communication.cpp | 87 const Timeout<std::micro> &timeout, in Read() argument 128 const Timeout<std::micro> &timeout, in ReadFromConnection() argument
|
/llvm-project/lldb/test/API/commands/expression/unwind_expression/ |
H A D | TestUnwindExpression.py | 58 do_unwind_test(self, thread, bkpt, timeout) global() argument
|
/llvm-project/lldb/source/API/ |
H A D | SBListener.cpp | 135 Timeout<std::micro> timeout(std::nullopt); in WaitForEvent() local 159 Timeout<std::micro> timeout(std::nullopt); in WaitForEventForBroadcaster() local 179 Timeout<std::micro> timeout(std::nullopt); in WaitForEventForBroadcasterWithType() local
|
/llvm-project/lldb/source/Utility/ |
H A D | Listener.cpp | 260 const Timeout<std::micro> &timeout, in GetEventInternal() 298 const Timeout<std::micro> &timeout) { in GetEventForBroadcasterWithType() 304 const Timeout<std::micro> &timeout) { in GetEventForBroadcaster() 308 bool Listener::GetEvent(EventSP &event_sp, const Timeout<std::micro> &timeout) { in GetEvent()
|
/llvm-project/clang-tools-extra/clang-tidy/tool/ |
H A D | clang-tidy-diff.py | 52 run_tidy(task_queue, lock, timeout, failed_files) global() argument
|