td_thr_tsd() returns in *data_pp the thread-specific data pointer for the thread identified by th_p and the thread-specific
data key key. This is the same value that thread th_p would obtain if it called thr_getspecific(3THR).
To find all the thread-specific data keys in use in a given target process, call td_ta_tsd_iter(3THR).