Home
last modified time | relevance | path

Searched refs:destructor (Results 1 – 25 of 75) sorted by relevance

123

/glibc-2.36/sysdeps/htl/
Dpt-key-create.c35 __pthread_key_create (pthread_key_t *key, void (*destructor) (void *)) in __pthread_key_create()
57 __pthread_key_destructors[index] = destructor; in __pthread_key_create()
101 __pthread_key_destructors[index] = destructor; in __pthread_key_create()
/glibc-2.36/elf/
Dorder.c11 void fini (void) __attribute__ ((destructor));
13 __attribute__ ((destructor))
Dorder2mod1.c4 __attribute__ ((destructor))
Dtst-finilazyfailmod.c23 static void __attribute__ ((destructor))
Dorder2mod3.c10 __attribute__ ((destructor))
Dnodel2mod1.c9 __attribute__((destructor))
Dreldep8mod1.c9 __attribute__((destructor))
Dtst-dlopen-nodelete-reloc-mod2.c29 static void __attribute__ ((destructor))
Dtst-dlopen-nodelete-reloc-mod3.c29 static void __attribute__ ((destructor))
Dtst-dlopen-nodelete-reloc-mod4.c28 static void __attribute__ ((destructor))
Dtst-dlopen-nodelete-reloc-mod5.c29 static void __attribute__ ((destructor))
Dtst-dlopen-nodelete-reloc-mod1.c30 static void __attribute__ ((destructor))
Dorder2mod4.c12 __attribute__ ((destructor))
Dtst-nodelete-dlclose-plugin.c35 __attribute__ ((destructor))
Dtst-dlopen-nodelete-reloc-mod12.cc33 static void __attribute__ ((destructor))
Dtst-dlopen-nodelete-reloc-mod6.cc33 static void __attribute__ ((destructor))
Dtst-dlopen-nodelete-reloc-mod9.cc33 static void __attribute__ ((destructor))
Dtst-dlopen-nodelete-reloc-mod14.cc33 static void __attribute__ ((destructor))
Dtst-dlopen-nodelete-reloc-mod15.cc36 static void __attribute__ ((destructor))
Dtst-initordera4.c4 extern void finish_a4( void ) __attribute__((destructor));
Dtst-initorderb1.c4 extern void finish_b1( void ) __attribute__((destructor));
Dtst-initorderb2.c4 extern void finish_b2( void ) __attribute__((destructor));
Dtst-order-b2.c4 extern void finish_b2( void ) __attribute__((destructor));
Ddep3.c13 __attribute__ ((destructor))
/glibc-2.36/sysdeps/pthread/
Dtss_create.c23 __tss_create (tss_t *tss_id, tss_dtor_t destructor) in __tss_create() argument
32 int err_code = __pthread_key_create (tss_id, destructor); in __tss_create()

123