Home
last modified time | relevance | path

Searched refs:ThreadCreateTrampoline (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/source/Host/macosx/objcxx/
H A DHostThreadMacOSX.mm16 HostThreadMacOSX::ThreadCreateTrampoline(lldb::thread_arg_t arg) { function
18 return HostThreadPosix::ThreadCreateTrampoline(arg);
/llvm-project/lldb/source/Host/common/
H A DThreadLauncher.cpp35 HostNativeThread::ThreadCreateTrampoline, info_up.get(), 0, NULL); in LaunchThread()
67 HostNativeThread::ThreadCreateTrampoline, info_up.get()); in LaunchThread()
H A DHostNativeThreadBase.cpp54 HostNativeThreadBase::ThreadCreateTrampoline(lldb::thread_arg_t arg) { in ThreadCreateTrampoline() function in HostNativeThreadBase
/llvm-project/lldb/include/lldb/Host/macosx/
H A DHostThreadMacOSX.h23 static lldb::thread_result_t ThreadCreateTrampoline(lldb::thread_arg_t arg);
/llvm-project/lldb/include/lldb/Host/
H A DHostNativeThreadBase.h46 ThreadCreateTrampoline(lldb::thread_arg_t arg);
/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/
H A Dparser_text.test92 …ork 0x000000010f7954af lldb_private::HostNativeThreadBase::ThreadCreateTrampoline(void*) + 1…