Home
last modified time | relevance | path

Searched refs:thread_callback (Results 1 – 12 of 12) 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.c117 thread_callback (Dwfl_Thread *thread, void *thread_arg) in thread_callback() function
172 if (dwfl_getthreads (dwfl, thread_callback, NULL) == -1) in main()
Dbacktrace-data.c249 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()
Dbacktrace.c197 thread_callback (Dwfl_Thread *thread, void *thread_arg __attribute__((unused))) in thread_callback() function
223 switch (dwfl_getthreads (dwfl, thread_callback, NULL)) in dump()
DChangeLog734 * backtrace-dwarf.c (thread_callback): Only error when
1497 * backtrace-data.c (thread_callback): Add explicit break after error.
1994 (thread_callback): Add explicit return.
/external/adhd/cras/src/server/
Daudio_thread.h65 typedef int (*thread_callback)(void *data, int revent); typedef
108 void audio_thread_add_events_callback(int fd, thread_callback cb, void *data,
Daudio_thread.c129 thread_callback cb;
135 void audio_thread_add_events_callback(int fd, thread_callback cb, void *data, in audio_thread_add_events_callback()
/external/adhd/cras/src/tests/
Dhfp_info_unittest.cc27 static thread_callback thread_cb;
541 thread_callback cb, in audio_thread_add_events_callback()
Da2dp_iodev_unittest.cc48 static thread_callback write_callback;
937 thread_callback cb, in audio_thread_add_events_callback()
Dalsa_io_unittest.cc144 static thread_callback audio_thread_cb;
2308 ASSERT_NE(reinterpret_cast<thread_callback>(NULL), audio_thread_cb); in TEST()
2964 thread_callback cb, in audio_thread_add_events_callback()
/external/elfutils/src/
Dstack.c457 thread_callback (Dwfl_Thread *thread, void *thread_arg) in thread_callback() function
734 switch (dwfl_getthreads (dwfl, thread_callback, &frames)) in main()
DChangeLog2406 (thread_callback): Collect tid and err, pass it to print_frames.
2462 (thread_callback): Use arg as struct frames and set frames to zero.
2466 frames to frame_callback and thread_callback.