Searched refs:destr (Results 1 – 14 of 14) sorted by relevance
/glibc-2.36/nptl_db/ |
D | td_ta_tsd_iter.c | 61 psaddr_t seq, destr; in td_ta_tsd_iter() local 67 err = DB_GET_FIELD_LOCAL (destr, ta, keys, pthread_key_struct, in td_ta_tsd_iter() 68 destr, 0); in td_ta_tsd_iter() 72 if (callback ((thread_key_t) idx, destr, cbdata_p) != 0) in td_ta_tsd_iter()
|
D | structs.def | 87 DB_STRUCT_FIELD (pthread_key_struct, destr)
|
/glibc-2.36/nptl/ |
D | pthread_key_create.c | 24 ___pthread_key_create (pthread_key_t *key, void (*destr) (void *)) in ___pthread_key_create() 37 __pthread_keys[cnt].destr = destr; in ___pthread_key_create()
|
D | tst-tsd4.c | 32 destr (void *arg) in destr() function 66 if (pthread_key_create (&key, destr) != 0) in do_test()
|
D | nptl_deallocate_tsd.c | 71 && __pthread_keys[idx].destr != NULL) in __nptl_deallocate_tsd() 73 __pthread_keys[idx].destr (data); in __nptl_deallocate_tsd()
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-tsd2.c | 27 destr (void *arg) in destr() function 58 err = pthread_key_create (&key, destr); in do_test()
|
/glibc-2.36/elf/ |
D | nodelmod1.c | 5 destr (void) in destr() function
|
D | nodelmod2.c | 5 destr (void) in destr() function
|
D | nodelmod4.c | 5 destr (void) in destr() function
|
D | reldep9mod1.c | 17 destr (void) in destr() function
|
/glibc-2.36/sysdeps/nptl/ |
D | internaltypes.h | 139 void (*destr) (void *); member
|
D | pthreadP.h | 499 extern int __pthread_key_create (pthread_key_t *key, void (*destr) (void *));
|
/glibc-2.36/sysdeps/htl/ |
D | pthreadP.h | 75 int __pthread_key_create (pthread_key_t *key, void (*destr) (void *));
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.23 | 20898 (destr): Modified function. 20907 (destr): Modified function.
|