Home
last modified time | relevance | path

Searched refs:SafeToCallFunctions (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/macosx/safe-to-func-call/
H A DTestSafeFuncCalls.py48 self.assertTrue(main_thread.SafeToCallFunctions(),
51 select_thread.SafeToCallFunctions(), False,
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBThread.i404 thread.") SafeToCallFunctions;
406 SafeToCallFunctions ();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBThread.h209 bool SafeToCallFunctions();
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp230 if (!thread.SafeToCallFunctions()) { in GetItemInfo()
H A DAppleGetQueuesHandler.cpp235 if (!thread.SafeToCallFunctions()) { in GetCurrentQueues()
H A DAppleGetPendingItemsHandler.cpp230 if (!thread.SafeToCallFunctions()) { in GetPendingItems()
H A DAppleGetThreadItemInfoHandler.cpp236 if (!thread.SafeToCallFunctions()) { in GetThreadItemInfo()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp523 if (!thread_sp->SafeToCallFunctions()) in GetExceptionObjectForThread()
/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp1304 bool SBThread::SafeToCallFunctions() { in SafeToCallFunctions() function in SBThread
1309 return thread_sp->SafeToCallFunctions(); in SafeToCallFunctions()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThread.h581 virtual bool SafeToCallFunctions();
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp1641 bool Thread::SafeToCallFunctions() { in SafeToCallFunctions() function in Thread