Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHostThreadMacOSX.mm16 HostThreadMacOSX::ThreadCreateTrampoline(lldb::thread_arg_t arg) { function
18 return HostThreadPosix::ThreadCreateTrampoline(arg);
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/macosx/
H A DHostThreadMacOSX.h23 static lldb::thread_result_t ThreadCreateTrampoline(lldb::thread_arg_t arg);
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DHostNativeThreadBase.h46 ThreadCreateTrampoline(lldb::thread_arg_t arg);