Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/test/misc_bugs/
Domp_foreign_thread_team_reuse.c20 typedef struct thread_arg_t { struct
22 } thread_arg_t; argument
26 thread_arg_t* targ = (thread_arg_t*)arg; in thread_function()
48 thread_arg_t thread_arg[NUM_THREADS]; in test_omp_team_reuse()
/external/llvm-project/lldb/include/lldb/Host/
DThreadLauncher.h24 lldb::thread_arg_t thread_arg,
33 lldb::thread_arg_t thread_arg;
36 lldb::thread_arg_t arg) in HostThreadCreateInfo()
DHostNativeThreadBase.h46 ThreadCreateTrampoline(lldb::thread_arg_t arg);
/external/llvm-project/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
/external/llvm-project/lldb/source/Host/common/
DHostNativeThreadBase.cpp56 HostNativeThreadBase::ThreadCreateTrampoline(lldb::thread_arg_t arg) { in ThreadCreateTrampoline()
62 thread_arg_t thread_arg = info->thread_arg; in ThreadCreateTrampoline()
DThreadLauncher.cpp26 lldb::thread_arg_t thread_arg, size_t min_stack_byte_size) { in LaunchThread()
/external/llvm-project/lldb/include/lldb/Host/macosx/
DHostThreadMacOSX.h24 static lldb::thread_result_t ThreadCreateTrampoline(lldb::thread_arg_t arg);
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHostThreadMacOSX.mm63 HostThreadMacOSX::ThreadCreateTrampoline(lldb::thread_arg_t arg) {
/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h352 static lldb::thread_result_t EventHandlerThread(lldb::thread_arg_t arg);
367 static lldb::thread_result_t IOHandlerThread(lldb::thread_arg_t arg);
DCommunication.h276 static lldb::thread_result_t ReadThread(lldb::thread_arg_t comm_ptr);
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h200 static lldb::thread_result_t ListenThread(lldb::thread_arg_t arg);
DGDBRemoteCommunication.cpp889 GDBRemoteCommunication::ListenThread(lldb::thread_arg_t arg) { in ListenThread()
/external/llvm-project/lldb/source/Core/
DCommunication.cpp307 lldb::thread_result_t Communication::ReadThread(lldb::thread_arg_t p) { in ReadThread()
DDebugger.cpp1488 lldb::thread_result_t Debugger::EventHandlerThread(lldb::thread_arg_t arg) { in EventHandlerThread()
1541 lldb::thread_result_t Debugger::IOHandlerThread(lldb::thread_arg_t arg) { in IOHandlerThread()