Home
last modified time | relevance | path

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

/relibc/tests/expected/bins_static/
H A Ddestructor.stdout2 destructor (no priority)
3 destructor (104)
4 destructor (103)
5 destructor (102)
6 destructor (101)
/relibc/pthreads-emb/
H A Dpthread_key_create.c52 pthread_key_create (pthread_key_t * key, void (*destructor) (void *)) in pthread_key_create()
101 else if (destructor != NULL) in pthread_key_create()
111 newkey->destructor = destructor; in pthread_key_create()
H A Dpte_callUserDestroyRoutines.c111 void (*destructor) (void *); in pte_callUserDestroyRoutines() local
163 destructor = k->destructor; in pte_callUserDestroyRoutines()
189 destructor (value); in pte_callUserDestroyRoutines()
210 destructor (value); in pte_callUserDestroyRoutines()
H A Dpthread_key_delete.c84 key->destructor != NULL && in pthread_key_delete()
127 if (key->destructor != NULL) in pthread_key_delete()
H A Dpthread_setspecific.c119 if (self != NULL && key->destructor != NULL && value != NULL) in pthread_setspecific()
H A Dimplement.h217 void (*destructor) (void *); member
H A Dpthread.h754 void (*destructor) (void *));
/relibc/tests/
H A Ddestructor.c4 __attribute__((destructor))
10 __attribute__((destructor(__priority))) \
H A DMakefile9 destructor \
/relibc/ralloc/
H A DREADME.md147 // Now, the destructor of a and b is called... Without a segfault!