Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c85 void wait_for(pid_t child) { in wait_for() function
/openbsd-src/games/cribbage/
H A Dio.c459 wait_for(int ch) in wait_for() function
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_utils.h294 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) macro
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dser-unix.c439 wait_for (struct serial *scb, int timeout) in wait_for() function
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp600 const auto wait_for = GetBoolean(arguments, "waitFor", false); in request_attach() local
/openbsd-src/gnu/llvm/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