Searched refs:linux_proc_pid_get_state (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dlinux-procfs.c127 linux_proc_pid_get_state (pid_t pid, int warn, enum proc_state *state) function
160 have_state = linux_proc_pid_get_state (pid, 0, &state);
185 have_state = linux_proc_pid_get_state (pid, warn, &cur_state);
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dlinux-procfs.c127 linux_proc_pid_get_state (pid_t pid, int warn, enum proc_state *state) function
160 have_state = linux_proc_pid_get_state (pid, 0, &state);
185 have_state = linux_proc_pid_get_state (pid, warn, &cur_state);

Completed in 205 milliseconds