Searched refs:SafeToCallFunctions (Results 1 – 11 of 11) sorted by relevance
48 self.assertTrue(main_thread.SafeToCallFunctions(),51 select_thread.SafeToCallFunctions(), False,
404 thread.") SafeToCallFunctions;406 SafeToCallFunctions ();
209 bool SafeToCallFunctions();
230 if (!thread.SafeToCallFunctions()) { in GetItemInfo()
235 if (!thread.SafeToCallFunctions()) { in GetCurrentQueues()
230 if (!thread.SafeToCallFunctions()) { in GetPendingItems()
236 if (!thread.SafeToCallFunctions()) { in GetThreadItemInfo()
523 if (!thread_sp->SafeToCallFunctions()) in GetExceptionObjectForThread()
1304 bool SBThread::SafeToCallFunctions() { in SafeToCallFunctions() function in SBThread1309 return thread_sp->SafeToCallFunctions(); in SafeToCallFunctions()
581 virtual bool SafeToCallFunctions();
1641 bool Thread::SafeToCallFunctions() { in SafeToCallFunctions() function in Thread