Home
last modified time | relevance | path

Searched refs:ta_howto_data (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/nptl_db/
Dtd_ta_map_lwp2thr.c44 &ta->ta_howto_data.const_thread_area, in __td_ta_lookup_th_unique()
45 sizeof ta->ta_howto_data.const_thread_area); in __td_ta_lookup_th_unique()
49 if (ta->ta_howto_data.const_thread_area & 0xff000000U) in __td_ta_lookup_th_unique()
50 ta->ta_howto_data.const_thread_area in __td_ta_lookup_th_unique()
51 = bswap_32 (ta->ta_howto_data.const_thread_area); in __td_ta_lookup_th_unique()
95 ta->ta_howto_data.reg, DB_SIZEOF_DESC); in __td_ta_lookup_th_unique()
98 if (DB_DESC_SIZE (ta->ta_howto_data.reg) == 0) in __td_ta_lookup_th_unique()
100 if (DB_DESC_SIZE (ta->ta_howto_data.reg) & 0xff000000U) in __td_ta_lookup_th_unique()
104 DB_DESC_OFFSET (ta->ta_howto_data.reg) in __td_ta_lookup_th_unique()
105 = bswap_32 (DB_DESC_OFFSET (ta->ta_howto_data.reg)); in __td_ta_lookup_th_unique()
[all …]
Dthread_dbP.h128 } ta_howto_data; member