Searched refs:IsStopped (Results 1 – 4 of 4) sorted by relevance
60 is_stopped = property(IsStopped, None, doc='''A read only property that returns a boolean value that indicates if this thread is stopped but not exited.''')
175 bool IsStopped();
1058 bool SBThread::IsStopped() { in IsStopped() function in SBThread
63385 result = (bool)(arg1)->IsStopped(); in _wrap_SBThread_IsStopped()