Searched refs:destructor (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-2.7.6/components/pthread/ |
D | pthread_local_storage.c | 38 pthread_destructor_t destructor; member 58 int pthread_key_create(pthread_key_t *key, pthread_destructor_t destructor) in pthread_key_create() argument 69 new_key->destructor = destructor; in pthread_key_create() 135 if (key != NULL && key->destructor != NULL) { in pthread_local_storage_thread_deleted_callback() 136 key->destructor(entry->value); in pthread_local_storage_thread_deleted_callback()
|
/hal_espressif-2.7.6/examples/cxx/exceptions/ |
D | README.md | 45 In destructor, m_arg=42
|
/hal_espressif-2.7.6/tools/ldgen/samples/ |
D | template.ld | 157 /* C++ constructor and destructor tables, properly ordered: */
|
/hal_espressif-2.7.6/tools/ldgen/test/data/ |
D | linker_script.ld | 158 /* C++ constructor and destructor tables, properly ordered: */
|
/hal_espressif-2.7.6/components/bootloader/subproject/main/ld/esp32s2/ |
D | bootloader.ld | 119 /* C++ constructor and destructor tables, properly ordered: */
|
/hal_espressif-2.7.6/components/bootloader/subproject/main/ld/esp32c3/ |
D | bootloader.ld | 120 /* C++ constructor and destructor tables, properly ordered: */
|
/hal_espressif-2.7.6/components/bootloader/subproject/main/ld/esp32s3/ |
D | bootloader.ld | 120 /* C++ constructor and destructor tables, properly ordered: */
|
/hal_espressif-2.7.6/components/bootloader/subproject/main/ld/esp32/ |
D | bootloader.ld | 131 /* C++ constructor and destructor tables, properly ordered: */
|
/hal_espressif-2.7.6/components/esp32s2/ld/ |
D | esp32s2.project.ld.in | 291 /* C++ constructor and destructor tables
|
/hal_espressif-2.7.6/components/esp32s3/ld/ |
D | esp32s3.project.ld.in | 346 /* C++ constructor and destructor tables */
|
/hal_espressif-2.7.6/components/esp32/ld/ |
D | esp32.project.ld.in | 296 /* C++ constructor and destructor tables
|
/hal_espressif-2.7.6/components/esp32c3/ld/ |
D | esp32c3.project.ld.in | 316 * C++ constructor and destructor tables
|
/hal_espressif-2.7.6/tools/kconfig/ |
D | zconf.y | 97 %destructor {
|
/hal_espressif-2.7.6/docs/en/contribute/ |
D | style-guide.rst | 250 // first constructors, then default constructor, then destructor
|