Searched refs:dtor (Results 1 – 2 of 2) sorted by relevance
| /components/libc/cplusplus/cpp11/ |
| A D | thread_local_impl.cpp | 17 int __cxa_thread_atexit_impl(destructor dtor, void* obj, void* dso_symbol) in __cxa_thread_atexit_impl() argument 20 if (pthread_key_create(&key_tmp, dtor) != 0) in __cxa_thread_atexit_impl() 30 int __cxxabiv1::__cxa_thread_atexit(destructor dtor, void *obj, void *dso_handle) in __cxa_thread_atexit() argument 32 return __cxa_thread_atexit_impl(dtor, obj, dso_handle); in __cxa_thread_atexit()
|
| /components/lwp/terminal/ |
| A D | bsd_porting.h | 368 uma_dtor dtor, uma_init zinit, uma_fini zfini, in uma_zcreate() argument 375 RT_ASSERT(dtor == RT_NULL); in uma_zcreate()
|
Completed in 6 milliseconds