/external/elfutils/tests/ |
dwfl-proc-attach.c | 64 thread_callback (Dwfl_Thread *thread, void *thread_arg) function 97 if (dwfl_getthreads (dwfl, thread_callback, &threads) != DWARF_CB_OK)
|
backtrace-dwarf.c | 118 thread_callback (Dwfl_Thread *thread, void *thread_arg) function 163 dwfl_getthreads (dwfl, thread_callback, NULL);
|
backtrace-data.c | 244 thread_callback (Dwfl_Thread *thread, void *thread_arg __attribute__ ((unused))) function 316 int err = dwfl_getthreads (dwfl, thread_callback, NULL);
|
backtrace.c | 185 thread_callback (Dwfl_Thread *thread, void *thread_arg __attribute__((unused))) function 211 switch (dwfl_getthreads (dwfl, thread_callback, NULL))
|
/system/core/debuggerd/ |
crasher.c | 96 static void* thread_callback(void* raw_arg) function 104 pthread_create(&t, NULL, thread_callback, (void*) arg);
|
/external/elfutils/src/ |
stack.c | 452 thread_callback (Dwfl_Thread *thread, void *thread_arg) function 731 switch (dwfl_getthreads (dwfl, thread_callback, &frames))
|