Searched refs:DB_GET_FIELD_LOCAL (Results 1 – 12 of 12) sorted by relevance
/nptl_db/ |
A D | td_thr_get_info.c | 67 err = DB_GET_FIELD_LOCAL (schedpolicy, th->th_ta_p, copy, pthread, in td_thr_get_info() 71 err = DB_GET_FIELD_LOCAL (schedprio, th->th_ta_p, copy, pthread, in td_thr_get_info() 75 err = DB_GET_FIELD_LOCAL (tid, th->th_ta_p, copy, pthread, tid, 0); in td_thr_get_info() 78 err = DB_GET_FIELD_LOCAL (cancelhandling, th->th_ta_p, copy, pthread, in td_thr_get_info() 82 err = DB_GET_FIELD_LOCAL (report_events, th->th_ta_p, copy, pthread, in td_thr_get_info() 112 err = DB_GET_FIELD_LOCAL (infop->ti_startfunc, th->th_ta_p, copy, pthread, in td_thr_get_info() 120 err = DB_GET_FIELD_LOCAL (word, th->th_ta_p, copy, pthread, in td_thr_get_info()
|
A D | td_ta_tsd_iter.c | 62 err = DB_GET_FIELD_LOCAL (seq, ta, keys, pthread_key_struct, seq, 0); in td_ta_tsd_iter() 67 err = DB_GET_FIELD_LOCAL (destr, ta, keys, pthread_key_struct, in td_ta_tsd_iter()
|
A D | td_ta_thr_iter.c | 78 err = DB_GET_FIELD_LOCAL (schedpolicy, ta, copy, pthread, in iterate_thread_list() 82 err = DB_GET_FIELD_LOCAL (schedprio, ta, copy, pthread, in iterate_thread_list() 103 err = DB_GET_FIELD_LOCAL (next, ta, copy + (ofs - (psaddr_t) 0), list_t, in iterate_thread_list()
|
A D | td_thr_tsd.c | 82 err = DB_GET_FIELD_LOCAL (seq, th->th_ta_p, copy, pthread_key_data, seq, 0); in td_thr_tsd() 89 err = DB_GET_FIELD_LOCAL (value, th->th_ta_p, copy, pthread_key_data, in td_thr_tsd()
|
A D | td_ta_event_getmsg.c | 61 err = DB_GET_FIELD_LOCAL (eventnum, ta, copy, td_eventbuf_t, eventnum, 0); in td_ta_event_getmsg() 69 err = DB_GET_FIELD_LOCAL (eventdata, ta, copy, td_eventbuf_t, eventdata, 0); in td_ta_event_getmsg()
|
A D | td_thr_event_getmsg.c | 42 err = DB_GET_FIELD_LOCAL (eventnum, th->th_ta_p, copy, in td_thr_event_getmsg() 51 err = DB_GET_FIELD_LOCAL (eventdata, th->th_ta_p, copy, in td_thr_event_getmsg()
|
A D | td_thr_clear_event.c | 46 err = DB_GET_FIELD_LOCAL (word, th->th_ta_p, copy, in td_thr_clear_event()
|
A D | td_thr_set_event.c | 46 err = DB_GET_FIELD_LOCAL (word, th->th_ta_p, copy, in td_thr_set_event()
|
A D | td_ta_set_event.c | 48 err = DB_GET_FIELD_LOCAL (word, ta, copy, in td_ta_set_event()
|
A D | td_ta_clear_event.c | 48 err = DB_GET_FIELD_LOCAL (word, ta, copy, in td_ta_clear_event()
|
A D | td_thr_tlsbase.c | 163 err = DB_GET_FIELD_LOCAL (map, th->th_ta_p, slot, dtv_slotinfo, map, 0); in td_thr_tlsbase() 171 err = DB_GET_FIELD_LOCAL (temp, th->th_ta_p, slot, dtv_slotinfo, gen, 0); in td_thr_tlsbase()
|
A D | thread_dbP.h | 192 #define DB_GET_FIELD_LOCAL(var, ta, ptr, type, field, idx) \ macro
|
Completed in 16 milliseconds