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 D | spuriously-wake-up-functions.cpp | 99 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 D | SBAttachInfo.cpp | 30 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 D | SBTarget.cpp | 494 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 D | main.c | 85 void wait_for(pid_t child) { in wait_for() function
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | lldb-vscode.cpp | 597 const auto wait_for = GetBoolean(arguments, "waitFor", false); in request_attach() local
|
| /llvm-project-15.0.7/compiler-rt/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 1661 #define __sanitizer_syscall_pre__lwp_wait(wait_for, departed) \ argument 1664 #define __sanitizer_syscall_post__lwp_wait(res, wait_for, departed) \ argument
|