Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DThreadLauncher.cpp34 HostNativeThread::ThreadCreateTrampoline, info_ptr, 0, NULL); in LaunchThread()
66 HostNativeThread::ThreadCreateTrampoline, info_ptr); in LaunchThread()
DHostNativeThreadBase.cpp56 HostNativeThreadBase::ThreadCreateTrampoline(lldb::thread_arg_t arg) { in ThreadCreateTrampoline() function in HostNativeThreadBase
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHostThreadMacOSX.mm63 HostThreadMacOSX::ThreadCreateTrampoline(lldb::thread_arg_t arg) { function
69 return HostThreadPosix::ThreadCreateTrampoline(arg);
/external/llvm-project/lldb/include/lldb/Host/macosx/
DHostThreadMacOSX.h24 static lldb::thread_result_t ThreadCreateTrampoline(lldb::thread_arg_t arg);
/external/llvm-project/lldb/include/lldb/Host/
DHostNativeThreadBase.h46 ThreadCreateTrampoline(lldb::thread_arg_t arg);
/external/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/
Dparser_text.test96 …ork 0x000000010f7954af lldb_private::HostNativeThreadBase::ThreadCreateTrampoline(void*) + 1…