Searched refs:destructor (Results 1 – 6 of 6) sorted by relevance
34 __pthread_key_create (pthread_key_t *key, void (*destructor) (void *)) in __pthread_key_create()56 __pthread_key_destructors[index] = destructor; in __pthread_key_create()100 __pthread_key_destructors[index] = destructor; in __pthread_key_create()
23 __tss_create (tss_t *tss_id, tss_dtor_t destructor) in __tss_create() argument32 int err_code = __pthread_key_create (tss_id, destructor); in __tss_create()
35 static void __attribute__ ((destructor))
44 __attribute ((destructor))
50 static void __attribute__ ((destructor))
236 static void __attribute__ ((destructor))
Completed in 7 milliseconds