Searched refs:IsSuspended (Results 1 – 4 of 4) sorted by relevance
59 is_suspended = property(IsSuspended, None, doc='''A read only property that returns a boolean value that indicates if this thread is suspended.''')
173 bool IsSuspended();
1047 bool SBThread::IsSuspended() { in IsSuspended() function in SBThread
63361 result = (bool)(arg1)->IsSuspended(); in _wrap_SBThread_IsSuspended()