Home
last modified time | relevance | path

Searched refs:tid (Results 1 – 6 of 6) sorted by relevance

/nptl_db/
A Dtd_thr_setfpregs.c25 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 Dtd_thr_setgregs.c25 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 Dtd_thr_getfpregs.c25 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 Dtd_thr_getgregs.c25 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 Dtd_thr_get_info.c30 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 Dstructs.def54 DB_STRUCT_FIELD (pthread, tid)

Completed in 11 milliseconds