Query: is_idle_task
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IS_IDLE_TASK(9) Driver Basics IS_IDLE_TASK(9)NAMEis_idle_task - is the specified task an idle task?SYNOPSISbool is_idle_task(const struct task_struct * p);ARGUMENTSp the task in question.RETURN1 if p is an idle task. 0 otherwise.COPYRIGHTKernel Hackers Manual 3.10 June 2014 IS_IDLE_TASK(9)