Lines Matching defs:thread_arg
47 struct thread_arg
110 struct thread_arg *thread_arg;
114 thread_arg = malloc (sizeof (*thread_arg));
115 if (thread_arg == NULL)
120 thread_arg->core_arg = core_arg;
121 *thread_argp = thread_arg;
124 thread_arg = (struct thread_arg *) *thread_argp;
159 thread_arg->note_offset = offset;
163 free (thread_arg);
170 struct thread_arg *thread_arg = thread_arg_voidp;
171 struct core_arg *core_arg = thread_arg->core_arg;
173 size_t offset = thread_arg->note_offset;