HomeSort by relevance Sort by last modified time
    Searched full:td_thragent_t (Results 1 - 1 of 1) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
thread_db.h 90 typedef struct td_thragent td_thragent_t; typedef in typeref:struct:td_thragent
95 td_thragent_t *th_ta_p;
262 td_thragent_t *ti_ta_p; /* Process handle. */
305 extern td_err_e td_ta_new (struct ps_prochandle *__ps, td_thragent_t **__ta);
308 extern td_err_e td_ta_delete (td_thragent_t *__ta);
311 extern td_err_e td_ta_get_nthreads (const td_thragent_t *__ta, int *__np);
315 extern td_err_e td_ta_get_ph (const td_thragent_t *__ta,
320 extern td_err_e td_ta_map_id2thr (const td_thragent_t *__ta, pthread_t __pt,
325 extern td_err_e td_ta_map_lwp2thr (const td_thragent_t *__ta, lwpid_t __lwpid,
331 extern td_err_e td_ta_thr_iter (const td_thragent_t *__ta
    [all...]

Completed in 78 milliseconds