Searched refs:pthread_key_data (Results 1 – 3 of 3) sorted by relevance
/nptl_db/ |
A D | td_thr_tsd.c | 77 err = DB_GET_STRUCT (copy, th->th_ta_p, level2, pthread_key_data); in td_thr_tsd() 82 err = DB_GET_FIELD_LOCAL (seq, th->th_ta_p, copy, pthread_key_data, seq, 0); in td_thr_tsd() 89 err = DB_GET_FIELD_LOCAL (value, th->th_ta_p, copy, pthread_key_data, in td_thr_tsd()
|
A D | db_info.c | 28 typedef struct pthread_key_data pthread_key_data; typedef 31 struct pthread_key_data data[PTHREAD_KEY_2NDLEVEL_SIZE];
|
A D | structs.def | 89 DB_STRUCT (pthread_key_data) 90 DB_STRUCT_FIELD (pthread_key_data, seq) 91 DB_STRUCT_FIELD (pthread_key_data, data)
|
Completed in 7 milliseconds