Searched refs:IsStopped (Results 1 – 6 of 6) sorted by relevance
325 IsStopped();464 …is_stopped = property(IsStopped, None, doc='''A read only property that returns a boolean value th…
79 bool IsStopped(int *signo);
367 bool NativeThreadLinux::IsStopped(int *signo) { in IsStopped() function in NativeThreadLinux
171 bool IsStopped();
44 status = "stopped" if x.IsStopped() else "running"
1062 bool SBThread::IsStopped() { in IsStopped() function in SBThread