Home
last modified time | relevance | path

Searched refs:thread_callback (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/tests/
Ddwfl-proc-attach.c64 thread_callback (Dwfl_Thread *thread, void *thread_arg) in thread_callback() function
97 if (dwfl_getthreads (dwfl, thread_callback, &threads) != DWARF_CB_OK) in main()
Dbacktrace-dwarf.c118 thread_callback (Dwfl_Thread *thread, void *thread_arg) in thread_callback() function
163 dwfl_getthreads (dwfl, thread_callback, NULL); in main()
Dbacktrace-data.c244 thread_callback (Dwfl_Thread *thread, void *thread_arg __attribute__ ((unused))) in thread_callback() function
316 int err = dwfl_getthreads (dwfl, thread_callback, NULL); in main()
Dbacktrace.c185 thread_callback (Dwfl_Thread *thread, void *thread_arg __attribute__((unused))) in thread_callback() function
211 switch (dwfl_getthreads (dwfl, thread_callback, NULL)) in dump()
DChangeLog376 (thread_callback): Add explicit return.
/external/elfutils/src/
Dstack.c452 thread_callback (Dwfl_Thread *thread, void *thread_arg) in thread_callback() function
731 switch (dwfl_getthreads (dwfl, thread_callback, &frames)) in main()
DChangeLog937 (thread_callback): Collect tid and err, pass it to print_frames.
993 (thread_callback): Use arg as struct frames and set frames to zero.
997 frames to frame_callback and thread_callback.