Home
last modified time | relevance | path

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

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