Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DSystemRuntime.h293 virtual bool SafeToCallFunctionsOnThisThread(lldb::ThreadSP thread_sp) { in SafeToCallFunctionsOnThisThread() function
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp1673 return runtime->SafeToCallFunctionsOnThisThread(shared_from_this()); in SafeToCallFunctions()