Home
last modified time | relevance | path

Searched refs:get_threads (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/callgrind/
Dthreads.c66 thread_info** CLG_(get_threads)() in CLG_() argument
Dglobal.h759 thread_info** CLG_(get_threads)(void);
Dmain.c1548 th = CLG_(get_threads)(); in dump_state_togdb()
1615 thread_info** th = CLG_(get_threads)(); in handle_gdb_monitor_command()
Ddump.c1324 thread_info** thr = CLG_(get_threads)(); in new_dumpfile()
/external/toybox/toys/posix/
Dps.c881 static int get_threads(struct dirtree *new) in get_threads() function
1243 ? get_threads : get_ps); in ps_main()
1373 ? get_threads : get_ps); in top_common()