HomeSort by: relevance | last modified time | path
    Searched refs:PT_LWPSTATUS (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
ptrace.h 64 #define PT_LWPSTATUS 24 /* get info about the LWP */
100 /* 24 */ "PT_LWPSTATUS", \
168 * Argument structure for PT_LWPSTATUS.
  /src/tests/lib/libc/sys/
t_ptrace_lwp_wait.h 161 DPRINTF("Before calling ptrace(2) with PT_LWPSTATUS "
164 SYSCALL_REQUIRE(ptrace(PT_LWPSTATUS, child, &lwpstatus,
250 "PT_LWPSTATUS for child\n");
252 SYSCALL_REQUIRE(ptrace(PT_LWPSTATUS, child,
  /src/sys/kern/
sys_ptrace_common.c 274 case PT_LWPSTATUS:
452 case PT_LWPSTATUS:
1468 case PT_LWPSTATUS:
core_elf32.c 390 * per-LWP pending signals are stored in PT_LWPSTATUS@nnn.
395 * Signal mask is stored on a per-LWP basis in PT_LWPSTATUS@nnn.
510 ELFNAMEEND(coredump_savenote)(ns, PT_LWPSTATUS, d->name, &d->els,
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 78 #ifndef PT_LWPSTATUS
79 #define PT_LWPSTATUS 24
81 #ifndef PT_LWPSTATUS
82 #define PT_LWPSTATUS 25
428 int ptrace_pt_lwpstatus = PT_LWPSTATUS;

Completed in 18 milliseconds