Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DThreadLauncher.h24 lldb::thread_arg_t thread_arg,
33 lldb::thread_arg_t thread_arg;
36 lldb::thread_arg_t arg) in HostThreadCreateInfo()
H A DHostNativeThreadBase.h46 ThreadCreateTrampoline(lldb::thread_arg_t arg);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-types.h44 typedef void *thread_arg_t; // Host thread argument type typedef
61 typedef void *thread_arg_t; // Host thread argument type typedef
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp53 HostNativeThreadBase::ThreadCreateTrampoline(lldb::thread_arg_t arg) { in ThreadCreateTrampoline()
59 thread_arg_t thread_arg = info->thread_arg; in ThreadCreateTrampoline()
H A DThreadLauncher.cpp26 lldb::thread_arg_t thread_arg, size_t min_stack_byte_size) { in LaunchThread()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h276 static lldb::thread_result_t ReadThread(lldb::thread_arg_t comm_ptr);
H A DDebugger.h432 static lldb::thread_result_t EventHandlerThread(lldb::thread_arg_t arg);
447 static lldb::thread_result_t IOHandlerThread(lldb::thread_arg_t arg);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h200 static lldb::thread_result_t ListenThread(lldb::thread_arg_t arg);
H A DGDBRemoteCommunication.cpp889 GDBRemoteCommunication::ListenThread(lldb::thread_arg_t arg) { in ListenThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp307 lldb::thread_result_t Communication::ReadThread(lldb::thread_arg_t p) { in ReadThread()
H A DDebugger.cpp1563 lldb::thread_result_t Debugger::EventHandlerThread(lldb::thread_arg_t arg) { in EventHandlerThread()
1616 lldb::thread_result_t Debugger::IOHandlerThread(lldb::thread_arg_t arg) { in IOHandlerThread()