Searched refs:tid (Results 1 – 6 of 6) sorted by relevance
/nptl_db/ |
A D | td_thr_setfpregs.c | 25 psaddr_t cancelhandling, tid; in td_thr_setfpregs() local 44 err = DB_GET_FIELD (tid, th->th_ta_p, th->th_unique, pthread, tid, 0); in td_thr_setfpregs() 48 if (ps_lsetfpregs (th->th_ta_p->ph, (uintptr_t) tid, fpregs) != PS_OK) in td_thr_setfpregs()
|
A D | td_thr_setgregs.c | 25 psaddr_t cancelhandling, tid; in td_thr_setgregs() local 44 err = DB_GET_FIELD (tid, th->th_ta_p, th->th_unique, pthread, tid, 0); in td_thr_setgregs() 48 if (ps_lsetregs (th->th_ta_p->ph, tid - (psaddr_t) 0, gregs) != PS_OK) in td_thr_setgregs()
|
A D | td_thr_getfpregs.c | 25 psaddr_t cancelhandling, tid; in td_thr_getfpregs() local 47 err = DB_GET_FIELD (tid, th->th_ta_p, th->th_unique, pthread, tid, 0); in td_thr_getfpregs() 51 if (ps_lgetfpregs (th->th_ta_p->ph, (uintptr_t) tid, regset) != PS_OK) in td_thr_getfpregs()
|
A D | td_thr_getgregs.c | 25 psaddr_t cancelhandling, tid; in td_thr_getgregs() local 47 err = DB_GET_FIELD (tid, th->th_ta_p, th->th_unique, pthread, tid, 0); in td_thr_getgregs() 51 if (ps_lgetregs (th->th_ta_p->ph, (uintptr_t) tid, regset) != PS_OK) in td_thr_getgregs()
|
A D | td_thr_get_info.c | 30 psaddr_t tls, schedpolicy, schedprio, cancelhandling, tid, report_events; in td_thr_get_info() local 42 tid = 0; 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() 108 infop->ti_lid = tid == 0 ? ps_getpid (th->th_ta_p->ph) : (uintptr_t) tid; in td_thr_get_info()
|
A D | structs.def | 54 DB_STRUCT_FIELD (pthread, tid)
|
Completed in 11 milliseconds