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

/external/elfutils/src/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.c157 void **thread_argp)
162 if (*thread_argp == NULL)
194 *thread_argp = dwfl_arg;
201 void *dwfl_arg, void **thread_argp)
203 *thread_argp = dwfl_arg;
381 void **thread_argp __attribute__ ((unused)))
392 void **thread_argp __attribute__ ((unused)))
156 pid_next_thread(Dwfl *dwfl __attribute__ ((unused)), void *dwfl_arg, void **thread_argp) argument
200 pid_getthread(Dwfl *dwfl __attribute__ ((unused)), pid_t tid, void *dwfl_arg, void **thread_argp) argument
/external/elfutils/src/tests/
H A Dbacktrace-data.c156 void **thread_argp)
158 if (*thread_argp != NULL)
162 *thread_argp = thread_argp;
155 next_thread(Dwfl *dwfl, void *dwfl_arg __attribute__ ((unused)), void **thread_argp) argument

Completed in 125 milliseconds