Searched refs:SafeToCallFunctions (Results 1 – 11 of 11) sorted by relevance
404 thread.") SafeToCallFunctions;406 SafeToCallFunctions ();
209 bool SafeToCallFunctions();
234 if (!thread.SafeToCallFunctions()) { in GetItemInfo()
230 if (!thread.SafeToCallFunctions()) { in GetPendingItems()
235 if (!thread.SafeToCallFunctions()) { in GetCurrentQueues()
236 if (!thread.SafeToCallFunctions()) { in GetThreadItemInfo()
525 if (!thread_sp->SafeToCallFunctions()) in GetExceptionObjectForThread()
1304 bool SBThread::SafeToCallFunctions() { in SafeToCallFunctions() function in SBThread1309 return thread_sp->SafeToCallFunctions(); in SafeToCallFunctions()
582 virtual bool SafeToCallFunctions();
1878 if (!thread_sp->SafeToCallFunctions()) in UpdateISAToDescriptorMap()2143 if (!thread_sp->SafeToCallFunctions()) in UpdateISAToDescriptorMap()
1664 bool Thread::SafeToCallFunctions() { in SafeToCallFunctions() function in Thread