PID_ALIVE(9) Driver Basics PID_ALIVE(9)NAMEpid_alive - check that a task structure is not staleSYNOPSISint pid_alive(struct task_struct * p);ARGUMENTSp Task structure to be checked.DESCRIPTIONTest if a process is not yet dead (at most zombie state) If pid_alive fails, then pointers within the task structure can be stale and must not be dereferenced.RETURN1 if the process is alive. 0 otherwise.COPYRIGHTKernel Hackers Manual 3.10 June 2014 PID_ALIVE(9)
| Related Man Pages |
|---|
| call_usermodehelper_setup(9) - centos |
| __get_user_pages(9) - centos |
| struct_hrtimer(9) - centos |
| net::hotline::task(3pm) - debian |
| tapset::kprocess(3stap) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Pid still alive after "control C" |