Searched refs:thread_callback (Results 1 – 7 of 7) sorted by relevance
/third_party/elfutils/tests/ |
D | dwfl-proc-attach.c | 64 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()
|
D | backtrace-dwarf.c | 117 thread_callback (Dwfl_Thread *thread, void *thread_arg) in thread_callback() function 172 if (dwfl_getthreads (dwfl, thread_callback, NULL) == -1) in main()
|
D | backtrace-data.c | 249 thread_callback (Dwfl_Thread *thread, void *thread_arg __attribute__ ((unused))) in thread_callback() function 319 int err = dwfl_getthreads (dwfl, thread_callback, NULL); in main()
|
D | backtrace.c | 244 thread_callback (Dwfl_Thread *thread, void *thread_arg __attribute__((unused))) in thread_callback() function 270 switch (dwfl_getthreads (dwfl, thread_callback, NULL)) in dump()
|
D | ChangeLog | 1298 * backtrace-dwarf.c (thread_callback): Only error when 2061 * backtrace-data.c (thread_callback): Add explicit break after error. 2558 (thread_callback): Add explicit return.
|
/third_party/elfutils/src/ |
D | stack.c | 457 thread_callback (Dwfl_Thread *thread, void *thread_arg) in thread_callback() function 734 switch (dwfl_getthreads (dwfl, thread_callback, &frames)) in main()
|
D | ChangeLog | 2688 (thread_callback): Collect tid and err, pass it to print_frames. 2744 (thread_callback): Use arg as struct frames and set frames to zero. 2748 frames to frame_callback and thread_callback.
|