/nptl_db/ |
A D | td_thr_get_info.c | 29 void *copy; in td_thr_get_info() local 37 copy = NULL; in td_thr_get_info() 58 err = DB_GET_STRUCT (copy, th->th_ta_p, th->th_unique, pthread); in td_thr_get_info() 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() 111 if (copy != NULL) in td_thr_get_info() 114 if (copy != NULL && err == TD_OK) in td_thr_get_info() [all …]
|
A D | td_thr_clear_event.c | 30 void *copy; in td_thr_clear_event() local 38 err = DB_GET_STRUCT (copy, th->th_ta_p, eventmask, td_thr_events_t); in td_thr_clear_event() 46 err = DB_GET_FIELD_LOCAL (word, th->th_ta_p, copy, in td_thr_clear_event() 53 err = DB_PUT_FIELD_LOCAL (th->th_ta_p, copy, in td_thr_clear_event() 70 err = DB_PUT_STRUCT (th->th_ta_p, eventmask, td_thr_events_t, copy); in td_thr_clear_event()
|
A D | td_thr_set_event.c | 30 void *copy; in td_thr_set_event() local 38 err = DB_GET_STRUCT (copy, th->th_ta_p, eventmask, td_thr_events_t); in td_thr_set_event() 46 err = DB_GET_FIELD_LOCAL (word, th->th_ta_p, copy, in td_thr_set_event() 53 err = DB_PUT_FIELD_LOCAL (th->th_ta_p, copy, in td_thr_set_event() 70 err = DB_PUT_STRUCT (th->th_ta_p, eventmask, td_thr_events_t, copy); in td_thr_set_event()
|
A D | td_ta_set_event.c | 29 void *copy = NULL; in td_ta_set_event() local 40 err = DB_GET_STRUCT (copy, ta, eventmask, td_thr_events_t); in td_ta_set_event() 48 err = DB_GET_FIELD_LOCAL (word, ta, copy, in td_ta_set_event() 55 err = DB_PUT_FIELD_LOCAL (ta, copy, in td_ta_set_event() 72 err = DB_PUT_STRUCT (ta, eventmask, td_thr_events_t, copy); in td_ta_set_event()
|
A D | td_ta_clear_event.c | 29 void *copy = NULL; in td_ta_clear_event() local 40 err = DB_GET_STRUCT (copy, ta, eventmask, td_thr_events_t); in td_ta_clear_event() 48 err = DB_GET_FIELD_LOCAL (word, ta, copy, in td_ta_clear_event() 55 err = DB_PUT_FIELD_LOCAL (ta, copy, in td_ta_clear_event() 72 err = DB_PUT_STRUCT (ta, eventmask, td_thr_events_t, copy); in td_ta_clear_event()
|
A D | td_ta_event_getmsg.c | 32 void *copy; in td_ta_event_getmsg() local 56 err = DB_GET_STRUCT (copy, ta, eventbuf, td_eventbuf_t); in td_ta_event_getmsg() 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() 83 memset (copy, 0, ta->ta_sizeof_td_eventbuf_t); in td_ta_event_getmsg() 84 err = DB_PUT_STRUCT (ta, eventbuf, td_eventbuf_t, copy); in td_ta_event_getmsg()
|
A D | td_thr_event_getmsg.c | 29 void *copy; in td_thr_event_getmsg() local 37 err = DB_GET_STRUCT (copy, th->th_ta_p, eventbuf, td_eventbuf_t); in td_thr_event_getmsg() 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() 61 memset (copy, 0, th->th_ta_p->ta_sizeof_td_eventbuf_t); in td_thr_event_getmsg() 62 err = DB_PUT_STRUCT (th->th_ta_p, eventbuf, td_eventbuf_t, copy); in td_thr_event_getmsg()
|
A D | td_ta_thr_iter.c | 29 void *copy; in iterate_thread_list() local 62 copy = __alloca (ta->ta_sizeof_pthread); in iterate_thread_list() 75 if (ps_pdread (ta->ph, addr, copy, ta->ta_sizeof_pthread) != PS_OK) in iterate_thread_list() 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 | 28 void *copy; in td_thr_tsd() local 77 err = DB_GET_STRUCT (copy, th->th_ta_p, level2, pthread_key_data); in td_thr_tsd() 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 | thread_dbP.h | 262 #define DB_PUT_STRUCT(ta, ptr, type, copy) \ argument 264 ps_pdwrite ((ta)->ph, (ptr), (copy), (ta)->ta_sizeof_##type) \
|
A D | structs.def | 15 You should have received a copy of the GNU Lesser General Public
|