Home
last modified time | relevance | path

Searched defs:wait_for (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dspuriously-wake-up-functions.cpp99 cv_status wait_for(unique_lock<mutex> &lock, in wait_for() function in std::condition_variable
102 bool wait_for(unique_lock<mutex> &lock, in wait_for() function in std::condition_variable
/llvm-project-15.0.7/lldb/source/API/
H A DSBAttachInfo.cpp30 SBAttachInfo::SBAttachInfo(const char *path, bool wait_for) in SBAttachInfo()
39 SBAttachInfo::SBAttachInfo(const char *path, bool wait_for, bool async) in SBAttachInfo()
H A DSBTarget.cpp494 bool wait_for, // if true wait for a new instance of "name" to be launched in AttachToProcessWithName()
/llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c85 void wait_for(pid_t child) { in wait_for() function
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp597 const auto wait_for = GetBoolean(arguments, "waitFor", false); in request_attach() local
/llvm-project-15.0.7/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1661 #define __sanitizer_syscall_pre__lwp_wait(wait_for, departed) \ argument
1664 #define __sanitizer_syscall_post__lwp_wait(res, wait_for, departed) \ argument