Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDptrace.h56 #define PT_GETLWPLIST 15 /* get thread list */ macro
/NextBSD/usr.bin/gcore/
HDelfcore.c340 ptrace(PT_GETLWPLIST, pid, (void *)tids, threads); in elf_putnotes()
/NextBSD/sys/kern/
HDsys_process.c1297 case PT_GETLWPLIST:
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessMonitor.cpp1173 if (PTRACE(PT_GETLWPLIST, m_pid, (void *)tids, tdcnt) < 0) { in GetCurrentThreadIDs()