Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-types.h44 typedef void *thread_arg_t; // Host thread argument type typedef
61 typedef void *thread_arg_t; // Host thread argument type typedef
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/macosx/
DHostThreadMacOSX.h23 static lldb::thread_result_t ThreadCreateTrampoline(lldb::thread_arg_t arg);
/openbsd/src/gnu/llvm/lldb/source/Host/macosx/objcxx/
DHostThreadMacOSX.mm16 HostThreadMacOSX::ThreadCreateTrampoline(lldb::thread_arg_t arg) {
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DHostNativeThreadBase.h46 ThreadCreateTrampoline(lldb::thread_arg_t arg);
/openbsd/src/gnu/llvm/lldb/source/Host/common/
DHostNativeThreadBase.cpp54 HostNativeThreadBase::ThreadCreateTrampoline(lldb::thread_arg_t arg) { in ThreadCreateTrampoline()