Home
last modified time | relevance | path

Searched refs:SafeToCallFunctionsOnThisThread (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/include/lldb/Target/
H A DSystemRuntime.h293 virtual bool SafeToCallFunctionsOnThisThread(lldb::ThreadSP thread_sp) { in SafeToCallFunctionsOnThisThread() function
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.h98 bool SafeToCallFunctionsOnThisThread(lldb::ThreadSP thread_sp) override;
H A DSystemRuntimeMacOSX.cpp227 bool SystemRuntimeMacOSX::SafeToCallFunctionsOnThisThread(ThreadSP thread_sp) { in SafeToCallFunctionsOnThisThread()
223 bool SystemRuntimeMacOSX::SafeToCallFunctionsOnThisThread(ThreadSP thread_sp) { SafeToCallFunctionsOnThisThread() function in SystemRuntimeMacOSX
/llvm-project/lldb/source/Target/
H A DThread.cpp1700 return runtime->SafeToCallFunctionsOnThisThread(shared_from_this()); in StopReasonAsString()