Searched defs:thread_argp (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libdwfl/
H A Dlinux-core-attach.c100 void **thread_argp)
111 if (*thread_argp == NULL)
121 *thread_argp = thread_arg;
124 thread_arg = (struct thread_arg *) *thread_argp;
99 core_next_thread(Dwfl *dwfl __attribute__ ((unused)), void *dwfl_arg, void **thread_argp) argument
H A Dlinux-pid-attach.c161 void **thread_argp)
166 if (*thread_argp == NULL)
198 *thread_argp = dwfl_arg;
205 void *dwfl_arg, void **thread_argp)
207 *thread_argp = dwfl_arg;
412 void **thread_argp __attribute__ ((unused)))
423 void **thread_argp __attribute__ ((unused)))
160 pid_next_thread(Dwfl *dwfl __attribute__ ((unused)), void *dwfl_arg, void **thread_argp) argument
204 pid_getthread(Dwfl *dwfl __attribute__ ((unused)), pid_t tid, void *dwfl_arg, void **thread_argp) argument
/external/elfutils/tests/
H A Dbacktrace-data.c158 void **thread_argp)
160 if (*thread_argp != NULL)
164 *thread_argp = thread_argp;
157 next_thread(Dwfl *dwfl, void *dwfl_arg __attribute__ ((unused)), void **thread_argp) argument

Completed in 107 milliseconds