Searched refs:next (Results 1 – 7 of 7) sorted by relevance
/nptl_db/ |
A D | td_thr_validate.c | 61 psaddr_t next, ofs; in check_thread_list() local 63 err = DB_GET_FIELD (next, th->th_ta_p, head, list_t, next, 0); in check_thread_list() 66 if (next == 0) in check_thread_list() 76 if (next == head) in check_thread_list() 79 if (next - (ofs - (psaddr_t) 0) == th->th_unique) in check_thread_list() 82 err = DB_GET_FIELD (next, th->th_ta_p, next, list_t, next, 0); in check_thread_list()
|
A D | td_ta_thr_iter.c | 28 psaddr_t next, ofs; in iterate_thread_list() local 36 err = DB_GET_FIELD (next, ta, head, list_t, next, 0); in iterate_thread_list() 40 if (next == 0 && fake_empty) in iterate_thread_list() 64 while (next != head) in iterate_thread_list() 68 addr = next - (ofs - (psaddr_t) 0); in iterate_thread_list() 69 if (next == 0 || addr == 0) /* Sanity check. */ in iterate_thread_list() 103 err = DB_GET_FIELD_LOCAL (next, ta, copy + (ofs - (psaddr_t) 0), list_t, in iterate_thread_list() 104 next, 0); in iterate_thread_list()
|
A D | td_thr_event_getmsg.c | 79 psaddr_t next; in td_thr_event_getmsg() local 80 err = DB_GET_FIELD (next, th->th_ta_p, th->th_unique, pthread, in td_thr_event_getmsg() 85 if (next == thp) in td_thr_event_getmsg() 92 err = DB_GET_FIELD_ADDRESS (next_nextp, th->th_ta_p, next, pthread, in td_thr_event_getmsg() 100 0, prevp, next); in td_thr_event_getmsg() 112 thp = next; in td_thr_event_getmsg()
|
A D | td_ta_event_getmsg.c | 31 psaddr_t thp, next; in td_ta_event_getmsg() local 89 err = DB_GET_FIELD (next, ta, thp, pthread, nextevent, 0); in td_ta_event_getmsg() 94 err = DB_PUT_VALUE (ta, __nptl_last_event, 0, next); in td_ta_event_getmsg() 98 if (next != 0) in td_ta_event_getmsg()
|
A D | structs.def | 66 DB_STRUCT_FIELD (list_t, next) 115 DB_STRUCT_FIELD (dtv_slotinfo_list, next)
|
A D | td_ta_map_lwp2thr.c | 194 err = DB_GET_FIELD (list, ta, list, list_t, next, 0); in td_ta_map_lwp2thr()
|
A D | td_thr_tlsbase.c | 86 next, 0); in dtv_slotinfo()
|
Completed in 11 milliseconds