Home
last modified time | relevance | path

Searched refs:ThreadCancel (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBHostOS.h39 static bool ThreadCancel(lldb::thread_t thread, lldb::SBError *err);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp109 bool SBHostOS::ThreadCancel(lldb::thread_t thread, SBError *error_ptr) { in ThreadCancel() function in SBHostOS
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31596 result = (bool)lldb::SBHostOS::ThreadCancel(SWIG_STD_MOVE(arg1),arg2); in _wrap_SBHostOS_ThreadCancel()