Searched refs:destructor (Results 1 – 14 of 14) sorted by relevance
| /Zephyr-latest/arch/arm/core/ |
| D | __aeabi_atexit.c | 14 EXTERN_C int __cxa_atexit(void (*destructor)(void *), void *objptr, void *dso); 25 int __aeabi_atexit(void *objptr, void (*destructor)(void *), void *dso) in __aeabi_atexit() 27 return __cxa_atexit(destructor, objptr, dso); in __aeabi_atexit()
|
| /Zephyr-latest/lib/cpp/abi/ |
| D | cpp_dtors.c | 36 int __cxa_atexit(void (*destructor)(void *), void *objptr, void *dso) in __cxa_atexit() 38 ARG_UNUSED(destructor); in __cxa_atexit()
|
| /Zephyr-latest/arch/arc/arcmwdt/ |
| D | arcmwdt-dtr-stubs.c | 11 int __cxa_atexit(void (*destructor)(void *), void *objptr, void *dso) in __cxa_atexit() 13 ARG_UNUSED(destructor); in __cxa_atexit()
|
| /Zephyr-latest/lib/libc/common/source/thrd/ |
| D | tss.c | 13 int tss_create(tss_t *key, tss_dtor_t destructor) in tss_create() argument 15 switch (pthread_key_create(key, destructor)) { in tss_create()
|
| /Zephyr-latest/lib/posix/options/ |
| D | key.c | 101 void (*destructor)(void *)) in pthread_key_create() 113 new_key->destructor = destructor; in pthread_key_create()
|
| D | posix_internal.h | 76 void (*destructor)(void *value); member
|
| D | pthread.c | 480 if (key_obj->destructor != NULL) { in posix_thread_finalize() 481 (key_obj->destructor)(thread_spec_data->spec_data); in posix_thread_finalize()
|
| /Zephyr-latest/lib/libc/common/include/ |
| D | threads.h | 72 int tss_create(tss_t *key, tss_dtor_t destructor);
|
| /Zephyr-latest/include/zephyr/posix/ |
| D | pthread.h | 460 void (*destructor)(void *));
|
| /Zephyr-latest/soc/nxp/imxrt/imxrt7xx/hifi4/ |
| D | linker.ld | 306 /* C++ constructor and destructor tables, properly ordered: */
|
| /Zephyr-latest/soc/nxp/imxrt/imxrt7xx/hifi1/ |
| D | linker.ld | 312 /* C++ constructor and destructor tables, properly ordered: */
|
| /Zephyr-latest/soc/amd/acp_6_0/adsp/ |
| D | linker.ld | 382 /* C++ constructor and destructor tables, properly ordered: */
|
| /Zephyr-latest/soc/cdns/xtensa_sample_controller/include/ |
| D | xtensa-sample-controller.ld | 471 /* C++ constructor and destructor tables, properly ordered: */
|
| /Zephyr-latest/doc/releases/ |
| D | release-notes-3.3.rst | 2047 * C++ ABI runtime library components such as global constructor/destructor
|