Searched refs:PT_GETLWPLIST (Results 1 – 4 of 4) sorted by relevance
56 #define PT_GETLWPLIST 15 /* get thread list */ macro
340 ptrace(PT_GETLWPLIST, pid, (void *)tids, threads); in elf_putnotes()
1297 case PT_GETLWPLIST:
1173 if (PTRACE(PT_GETLWPLIST, m_pid, (void *)tids, tdcnt) < 0) { in GetCurrentThreadIDs()