Home
last modified time | relevance | path

Searched defs:detach (Results 1 – 23 of 23) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A Dthread.h146 void thread::detach() { in detach() function
232 void detach() { in detach() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D991026-2.c16 detach() in detach() function
/openbsd/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/
H A DSharedMem.pm85 sub detach subroutine
/openbsd/regress/sys/dev/softraid/
H A DMakefile77 detach: target
/openbsd/gnu/llvm/libcxx/src/
H A Dthread.cpp59 thread::detach() in detach() function in thread
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dtarget.h72 void (*detach) (void); member
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_mipi_dsi.h17 int (*detach)(struct mipi_dsi_host *, struct mipi_dsi_device *); member
H A Ddrm_bridge.h83 void (*detach)(struct drm_bridge *bridge); member
/openbsd/sys/dev/pci/drm/
H A Daperture.c138 void (*detach)(struct device *dev); member
/openbsd/sys/dev/wscons/
H A Dwsemulvar.h72 void (*detach)(void *, u_int *, u_int *); member
H A Dwsdisplayvar.h184 int (*detach)(void *, int, void (*)(void *, int, int), void *); member
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBContext.h119 void SetDetachOnError(bool detach) { m_detach_on_error = detach; } in SetDetachOnError()
H A DRNBRemote.h47 detach, // 'D' enumerator
/openbsd/sys/dev/pci/
H A Dif_ral_pci.c53 int (*detach)(void *); member
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dinfptrace.c248 detach (int signal) in detach() function
H A Dser-unix.c563 int detach = 0; in do_hardwire_readchar() local
H A Dwince.c1507 int detach = 0; in child_wait() local
H A Dwin32-nat.c1416 int detach = 0; in child_wait() local
H A Dinfttrace.c4781 detach (int signal) in detach() function
/openbsd/usr.sbin/unbound/daemon/
H A Dunbound.c433 detach(void) in detach() function
/openbsd/sys/dev/cardbus/
H A Dif_ral_cardbus.c55 int (*detach)(void *); member
/openbsd/usr.sbin/pppd/
H A Dmain.c611 detach() in detach() function
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp249 void AsynchronousSymbolQuery::detach() { in detach() function in llvm::orc::AsynchronousSymbolQuery