Searched refs:thread_arg_t (Results 1 – 5 of 5) sorted by relevance
44 typedef void *thread_arg_t; // Host thread argument type typedef61 typedef void *thread_arg_t; // Host thread argument type typedef
23 static lldb::thread_result_t ThreadCreateTrampoline(lldb::thread_arg_t arg);
16 HostThreadMacOSX::ThreadCreateTrampoline(lldb::thread_arg_t arg) {
46 ThreadCreateTrampoline(lldb::thread_arg_t arg);
54 HostNativeThreadBase::ThreadCreateTrampoline(lldb::thread_arg_t arg) { in ThreadCreateTrampoline()