Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/test/misc_bugs/
H A 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()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/include/lldb/Host/macosx/
H A DHostThreadMacOSX.h23 static lldb::thread_result_t ThreadCreateTrampoline(lldb::thread_arg_t arg);
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHostThreadMacOSX.mm16 HostThreadMacOSX::ThreadCreateTrampoline(lldb::thread_arg_t arg) {
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DHostNativeThreadBase.h46 ThreadCreateTrampoline(lldb::thread_arg_t arg);
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp54 HostNativeThreadBase::ThreadCreateTrampoline(lldb::thread_arg_t arg) { in ThreadCreateTrampoline()