Searched refs:have_state (Results 1 – 1 of 1) sorted by relevance
51 bool retval, have_state; in linux_proc_pid_is_stopped() local58 have_state = false; in linux_proc_pid_is_stopped()62 have_state = true; in linux_proc_pid_is_stopped()65 retval = (have_state && strstr (buffer, "T (stopped)") != NULL); in linux_proc_pid_is_stopped()