Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-types.h46 typedef void *thread_arg_t; // Host thread argument type typedef
61 typedef void *thread_arg_t; // Host thread argument type
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostNativeThreadBase.h46 ThreadCreateTrampoline(lldb::thread_arg_t arg);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp54 HostNativeThreadBase::ThreadCreateTrampoline(lldb::thread_arg_t arg) { in ThreadCreateTrampoline()