Home
last modified time | relevance | path

Searched refs:PT_GETLWPLIST (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dptrace.h55 #define PT_GETLWPLIST 15 /* get thread list */ macro
/freebsd/usr.bin/truss/
H A Dsetup.c305 nlwps = ptrace(PT_GETLWPLIST, p->pid, (caddr_t)lwps, nlwps); in add_threads()
/freebsd/usr.bin/gcore/
H A Delfcore.c351 ptrace(PT_GETLWPLIST, pid, (void *)tids, threads); in elf_putnotes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp978 error = PtraceWrapper(PT_GETLWPLIST, GetID(), lwp_ids.data(), in ReinitializeThreads()
/freebsd/sys/kern/
H A Dsys_process.c1533 case PT_GETLWPLIST: in kern_ptrace()