Home
last modified time | relevance | path

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

/components/libc/cplusplus/cpp11/
A Dthread_local_impl.cpp14 typedef void (*destructor) (void *); typedef
17 int __cxa_thread_atexit_impl(destructor dtor, void* obj, void* dso_symbol) in __cxa_thread_atexit_impl()
30 int __cxxabiv1::__cxa_thread_atexit(destructor dtor, void *obj, void *dso_handle) in __cxa_thread_atexit()
/components/libc/posix/pthreads/
A Dpthread_tls.c156 int pthread_key_create(pthread_key_t *key, void (*destructor)(void*)) in pthread_key_create()
166 _thread_keys[index].destructor = destructor; in pthread_key_create()
212 _thread_keys[key].destructor = 0; in pthread_key_delete()
A Dpthread_internal.h30 void (*destructor)(void *parameter); member
A Dpthread.c170 if (data && _thread_keys[index].destructor) in _destroy_item()
172 _thread_keys[index].destructor(data); in _destroy_item()
A Dpthread.h289 int pthread_key_create(pthread_key_t *key, void (*destructor)(void *));
/components/libc/posix/tls/
A Demutls.c30 extern int pthread_key_create(pthread_key_t *key, void (*destructor)(void *));

Completed in 8 milliseconds