/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | specific.c | 41 int pthread_key_create(pthread_key_t * key, destr_function destr) in pthread_key_create() argument 50 pthread_keys[i].destr = destr; in pthread_key_create() 71 pthread_keys[key].destr = NULL; in pthread_key_delete() 141 destr_function destr; in __pthread_destroy_specifics() local 151 destr = pthread_keys[i * PTHREAD_KEY_2NDLEVEL_SIZE + j].destr; in __pthread_destroy_specifics() 153 if (destr != NULL && data != NULL) { in __pthread_destroy_specifics() 155 destr(data); in __pthread_destroy_specifics()
|
A D | internals.h | 83 destr_function destr; /* destruction routine */ member
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | specific.c | 45 __pthread_key_create(pthread_key_t * key, destr_function destr) in __pthread_key_create() argument 54 pthread_keys[i].destr = destr; in __pthread_key_create() 104 pthread_keys[key].destr = NULL; in pthread_key_delete() 197 destr_function destr; in strong_alias() local 207 destr = pthread_keys[i * PTHREAD_KEY_2NDLEVEL_SIZE + j].destr; in strong_alias() 209 if (destr != NULL && data != NULL) { in strong_alias() 211 destr(data); in strong_alias()
|
A D | internals.h | 71 destr_function destr; /* destruction routine */ member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | specific.c | 42 int __pthread_key_create(pthread_key_t * key, destr_function destr) in __pthread_key_create() argument 51 pthread_keys[i].destr = destr; in __pthread_key_create() 101 pthread_keys[key].destr = NULL; in pthread_key_delete() 185 destr_function destr; in strong_alias() local 195 destr = pthread_keys[i * PTHREAD_KEY_2NDLEVEL_SIZE + j].destr; in strong_alias() 197 if (destr != NULL && data != NULL) { in strong_alias() 199 destr(data); in strong_alias()
|
A D | internals.h | 67 destr_function destr; /* destruction routine */ member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/ |
A 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()
|
A D | structs.def | 62 DB_STRUCT_FIELD (pthread_key_struct, destr)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | pthread_key_create.c | 28 void (*destr) (void *)) in __pthread_key_create() 42 __pthread_keys[cnt].destr = destr; in __pthread_key_create()
|
A D | pthread_create.c | 148 && __pthread_keys[idx].destr != NULL) in __nptl_deallocate_tsd() 150 __pthread_keys[idx].destr (data); in __nptl_deallocate_tsd()
|
A D | pthreadP.h | 491 extern int __pthread_key_create (pthread_key_t *key, void (*destr) (void *)); 493 void (*destr) (void *));
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-tsd4.c | 33 destr (void *arg) in destr() function 65 if (pthread_key_create (&key, destr) != 0) in do_test()
|
A D | tst-tsd2.c | 28 destr (void *arg) in destr() function 58 err = pthread_key_create (&key, destr); in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old_db/ |
A D | td_ta_tsd_iter.c | 50 && callback (cnt, keys[cnt].destr, cbdata_p) != 0) in td_ta_tsd_iter()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads_db/ |
A D | td_ta_tsd_iter.c | 51 && callback (cnt, keys[cnt].destr, cbdata_p) != 0) in td_ta_tsd_iter()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | internaltypes.h | 121 void (*destr) (void *); member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/ |
A D | malloc-machine.h | 60 #define tsd_key_create(key, destr) ((void) (key)) argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | malloc-machine.h | 66 #define tsd_key_create(key, destr) ((void) (key)) argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/ |
A D | malloc-machine.h | 66 #define tsd_key_create(key, destr) ((void) (key)) argument
|