Home
last modified time | relevance | path

Searched refs:DB_GET_FIELD (Results 1 – 13 of 13) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/
A Dtd_thr_setfpregs.c32 err = DB_GET_FIELD (cancelhandling, th->th_ta_p, th->th_unique, pthread, in td_thr_setfpregs()
40 err = DB_GET_FIELD (tid, th->th_ta_p, th->th_unique, pthread, tid, 0); in td_thr_setfpregs()
A Dtd_thr_setgregs.c32 err = DB_GET_FIELD (cancelhandling, th->th_ta_p, th->th_unique, pthread, in td_thr_setgregs()
40 err = DB_GET_FIELD (tid, th->th_ta_p, th->th_unique, pthread, tid, 0); in td_thr_setgregs()
A Dtd_thr_getfpregs.c32 err = DB_GET_FIELD (cancelhandling, th->th_ta_p, th->th_unique, pthread, in td_thr_getfpregs()
43 err = DB_GET_FIELD (tid, th->th_ta_p, th->th_unique, pthread, tid, 0); in td_thr_getfpregs()
A Dtd_thr_getgregs.c32 err = DB_GET_FIELD (cancelhandling, th->th_ta_p, th->th_unique, pthread, in td_thr_getgregs()
43 err = DB_GET_FIELD (tid, th->th_ta_p, th->th_unique, pthread, tid, 0); in td_thr_getgregs()
A Dtd_thr_tlsbase.c33 err = DB_GET_FIELD (dtv, th->th_ta_p, th->th_unique, pthread, dtvp, 0); in td_thr_tlsbase()
43 err = DB_GET_FIELD (dtvptr, th->th_ta_p, dtvslot, dtv_t, pointer_val, 0); in td_thr_tlsbase()
A Dtd_thr_validate.c29 err = DB_GET_FIELD (next, th->th_ta_p, head, list_t, next, 0); in check_thread_list()
48 err = DB_GET_FIELD (next, th->th_ta_p, next, list_t, next, 0); in check_thread_list()
A Dtd_thr_tls_get_addr.c31 err = DB_GET_FIELD (modid, th->th_ta_p, map_address, link_map, in td_thr_tls_get_addr()
A Dtd_thr_tsd.c57 err = DB_GET_FIELD (level1, th->th_ta_p, th->th_unique, pthread, in td_thr_tsd()
A Dtd_ta_event_getmsg.c90 err = DB_GET_FIELD (next, ta, thp, pthread, nextevent, 0); in td_ta_event_getmsg()
A Dtd_thr_event_getmsg.c81 err = DB_GET_FIELD (next, th->th_ta_p, th->th_unique, pthread, in td_thr_event_getmsg()
A Dtd_ta_thr_iter.c37 err = DB_GET_FIELD (next, ta, head, list_t, next, 0); in iterate_thread_list()
A Dthread_dbP.h160 #define DB_GET_FIELD(var, ta, ptr, type, field, idx) \ macro
A DChangeLog64 DB_GET_FIELD returns TD_NOCAPAB.

Completed in 9 milliseconds