Searched defs:wait_for (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/functional/exec/ |
H A D | main.c | 85 void wait_for(pid_t child) { in wait_for() function
|
/openbsd-src/games/cribbage/ |
H A D | io.c | 459 wait_for(int ch) in wait_for() function
|
/openbsd-src/sys/dev/pci/drm/i915/ |
H A D | i915_utils.h | 294 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) macro
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | ser-unix.c | 439 wait_for (struct serial *scb, int timeout) in wait_for() function
|
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | lldb-vscode.cpp | 600 const auto wait_for = GetBoolean(arguments, "waitFor", false); in request_attach() local
|
/openbsd-src/gnu/llvm/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
|