Searched refs:thread_callback (Results 1 – 7 of 7) sorted by relevance
/external/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 | 118 thread_callback (Dwfl_Thread *thread, void *thread_arg) in thread_callback() function 163 dwfl_getthreads (dwfl, thread_callback, NULL); in main()
|
D | backtrace-data.c | 244 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()
|
D | backtrace.c | 185 thread_callback (Dwfl_Thread *thread, void *thread_arg __attribute__((unused))) in thread_callback() function 211 switch (dwfl_getthreads (dwfl, thread_callback, NULL)) in dump()
|
D | ChangeLog | 376 (thread_callback): Add explicit return.
|
/external/elfutils/src/ |
D | stack.c | 452 thread_callback (Dwfl_Thread *thread, void *thread_arg) in thread_callback() function 731 switch (dwfl_getthreads (dwfl, thread_callback, &frames)) in main()
|
D | ChangeLog | 937 (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.
|