Lines Matching refs:thread_arg
47 struct thread_arg struct
110 struct thread_arg *thread_arg; in core_next_thread() local
114 thread_arg = malloc (sizeof (*thread_arg)); in core_next_thread()
115 if (thread_arg == NULL) in core_next_thread()
120 thread_arg->core_arg = core_arg; in core_next_thread()
121 *thread_argp = thread_arg; in core_next_thread()
124 thread_arg = (struct thread_arg *) *thread_argp; in core_next_thread()
158 thread_arg->note_offset = offset; in core_next_thread()
162 free (thread_arg); in core_next_thread()
169 struct thread_arg *thread_arg = thread_arg_voidp; in core_set_initial_registers() local
170 struct core_arg *core_arg = thread_arg->core_arg; in core_set_initial_registers()
172 size_t offset = thread_arg->note_offset; in core_set_initial_registers()