Searched refs:SafeToCallFunctions (Results 1 – 7 of 7) sorted by relevance
404 thread.") SafeToCallFunctions;406 SafeToCallFunctions ();
209 bool SafeToCallFunctions();
1350 bool SBThread::SafeToCallFunctions() { in SafeToCallFunctions() function in SBThread1351 LLDB_RECORD_METHOD_NO_ARGS(bool, SBThread, SafeToCallFunctions); in SafeToCallFunctions()1355 return thread_sp->SafeToCallFunctions(); in SafeToCallFunctions()1467 LLDB_REGISTER_METHOD(bool, SBThread, SafeToCallFunctions, ()); in RegisterMethods()
535 if (!thread_sp->SafeToCallFunctions()) in GetExceptionObjectForThread()
579 virtual bool SafeToCallFunctions();
1648 bool Thread::SafeToCallFunctions() { in SafeToCallFunctions() function in Thread
55933 result = (bool)(arg1)->SafeToCallFunctions(); in _wrap_SBThread_SafeToCallFunctions()