Searched refs:TF_HASPROC (Results 1 – 3 of 3) sorted by relevance
46 from process import ShowTask, P_LHASTASK, TF_HASPROC79 't_flags': TF_HASPROC
333 #define TF_HASPROC 0x00800000 /* task points to a proc */ macro403 (((task)->t_flags & TF_HASPROC) != 0)406 ((task)->t_flags |= TF_HASPROC)409 ((task)->t_flags &= ~TF_HASPROC)
20 TF_HASPROC = 0x00800000 variable365 if unsigned(task) and unsigned(task.t_flags) & TF_HASPROC: