Searched refs:thread_arg_t (Results 1 – 6 of 6) sorted by relevance
20 typedef struct thread_arg_t { struct22 } thread_arg_t; argument26 thread_arg_t* targ = (thread_arg_t*)arg; in thread_function()48 thread_arg_t thread_arg[NUM_THREADS]; in test_omp_team_reuse()
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()