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

/include/linux/
H A Dsched.h1777 static inline int pid_alive(const struct task_struct *p);
1783 if (pid_alive(tsk))
1825 * pid_alive - check that a task structure is not stale
1829 * If pid_alive fails, then pointers within the task structure
1834 static inline int pid_alive(const struct task_struct *p) function

Completed in 308 milliseconds