Searched refs:is_stopped (Results 1 – 4 of 4) sorted by relevance
36 #define is_stopped(p) \ macro51 if (is_stopped(p1) && !is_stopped(p2)) in cmp_procs()53 if (!is_stopped(p1) && is_stopped(p2)) in cmp_procs()
464 …is_stopped = property(IsStopped, None, doc='''A read only property that returns a boolean value th…
513 …is_stopped = property(__get_is_stopped__, None, doc='''A read only property that returns a boolean…
657 bool is_stopped = StateIsStoppedState(event_state); in HandleProcessEvent() local658 if (!is_stopped) in HandleProcessEvent()