Home
last modified time | relevance | path

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

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